Found a few documentation bugs #277
Replies: 2 comments 6 replies
-
|
Thank you for the catches! You are definitely correct and they need to be fixed. You are more than welcome to submit the changes as a PR. One of the top items we're prioritizing currently is a review and refresh of the existing documentation based around the new API. If you happen to run into any pain points or issues that could use more clarity feel free to let us know. |
Beta Was this translation helpful? Give feedback.
-
|
I'm running all the heat waves regularly. I have a bunch more example scripts in the repo I am using for our paper. One note, the CIRA archive is pretty incomplete on IFS initialization. I ended up using GFS only because of all the missing cases. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While testing the README examples, I found a couple issues in the
Using Jupyter Notebook or a Script section:
README.md:
casesin import statement (later code usescases.load_ewb_events_yaml_into_case_collection())KerchunkForecastexample missing requirednameparameterQuickstart notebook (docs/notebooks/quickstart.ipynb):
from extremeweatherbench import config, events, evaluatebutconfigmodule doesn't exist andevents/__init__.pyis emptyI have working fixes for the README. For the notebook, not sure if you're planning a rewrite or if I should update it to match current API.
Happy to submit PRs for whichever would be helpful! Or would like to know if I may have to learn something regarding this.
Beta Was this translation helpful? Give feedback.
All reactions