You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that, following the geo scopes integration to the Census ADRIO maker, the "demo/03-counties-GEO" vignette had gone from correct (left, commit f9889e5) to incorrect (right, commit 5d12231) (file history):
On investigation it became clear that the centroids attribute of the Census ADRIO maker was returning its results in a "scrambled" order (counties were being assigned the centroid of a different county).
Resolving this issue involves several sub-tasks:
Fix this attribute,
Investigate the other attributes in Census to see if they're vulnerable to this same issue and fix those if any,
Write an integration test (as a devlog notebook) that tests (for a small number of nodes, e.g., five counties in Arizona) that the results provided by the ADRIOs are not only the correct type and shape, but that the data values themselves are correct (and in the correct order).
The text was updated successfully, but these errors were encountered:
I noticed that, following the geo scopes integration to the Census ADRIO maker, the "demo/03-counties-GEO" vignette had gone from correct (left, commit f9889e5) to incorrect (right, commit 5d12231) (file history):
On investigation it became clear that the centroids attribute of the Census ADRIO maker was returning its results in a "scrambled" order (counties were being assigned the centroid of a different county).
Resolving this issue involves several sub-tasks:
The text was updated successfully, but these errors were encountered: