-
Notifications
You must be signed in to change notification settings - Fork 11
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
CERA_worklow.ipynb is broken #79
Comments
Actually this seems to be a pandas 2 issue. Something seems to have changed. I just installed pandas 1.5.3 and the cell runs fine. Probably something with the parsing of |
Aren't these addressed in #77 which is pending merge? |
You are right, this will be fixed as soon as #77 gets merged. Closing |
Hey All, from searvey import usgs, stations I get a pretty lengthy error log - any idea what that could be? Thanks! |
This is a separate issue, so I opened #85 . Closing this one. |
@SorooshMani-NOAA I tried to execute the
CERA_workflow.ipynb
notebook and it seems that it is broken. You get a traceback in cell 7, but the root problem is in cell 6:More specifically the
end_date
ofusgs_station_w_param
isNaT
for all rows, and as a resultusgs_stations_of_interest
is an empty dataframe. This causes the next cell which does the actual plotting to fail.Can you have a look?
The text was updated successfully, but these errors were encountered: