Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve coords_to_fips order list error #16

Merged
merged 3 commits into from
Jan 21, 2024
Merged

Resolve coords_to_fips order list error #16

merged 3 commits into from
Jan 21, 2024

Conversation

program--
Copy link
Owner

This PR is required for #15.

The general issue is detailed in the issue, but summarized:

  • Something (not sure exactly) caused ret_index to become a list rather than a vector, which caused an error when order(ret_index) was called in the return statement.
  • This PR rectifies that by explicitly ordering by iterating over ret_index and setting the FIPSs into a result vector.

@program-- program-- merged commit 48e66ea into main Jan 21, 2024
9 checks passed
@program-- program-- deleted the jsm-patch-15 branch May 25, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant