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

[3pt] Synthesize_test_cases metrics CSV has leading zero stripped from HUCs #1297

Open
2 tasks
CarsonPruitt-NOAA opened this issue Sep 18, 2024 · 0 comments
Open
2 tasks
Labels
bug Something isn't working

Comments

@CarsonPruitt-NOAA
Copy link
Collaborator

Image

I'm thinking it's probably the new option to load in a previous metrics CSV instead of read through the folders isn't treating the HUC column as a string.

if prev_metrics_csv is not None:
prev_metrics_df = pd.read_csv(prev_metrics_csv)

  • Add in the option to read in the 'huc' column as str in the line above
  • Fix all of the leading zeroes in ALL of the metrics CSVs so they are not propagated to new versions
@CarsonPruitt-NOAA CarsonPruitt-NOAA added the bug Something isn't working label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant