-
Couldn't load subscription status.
- Fork 0
Update documentation #21
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
Conversation
docs/src/results_store.md
Outdated
| Reefmod Engine Outputs and scenario information are recorded from the ReefMod Engine API | ||
| after each scenario(s) run, not before. | ||
|
|
||
| ## ResultStore Struct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## ResultStore Struct | |
| ## Result Store |
Struct is an implementation detail that doesn't feel right to have in user-facing documentation.
Also, "Result Store", "results store", "ResultStore", pick one and use it consistently throughout 😸
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting some minor changes for consistency and formatting
docs/src/results_store.md
Outdated
| dataframe and results YAX dataset. This is because the api forces counterfactuals to be | ||
| evaluated with every intervention run. | ||
|
|
||
| Model inputs are stored in the`results` field of the store and contains the following |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Model inputs are stored in "results"? Is that correct? And if so, isn't that confusing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably more dhw and cyclone category to a different field or rename the field
Handle cases where there are no intervention scenarios
change save_result_store argument order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Add documentation for the results store.