-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(ecmwf): Add full ensemble model #224
Conversation
@@ -165,6 +165,33 @@ class Models: | |||
) | |||
"""Summary statistics from ECMWF's Ensemble Forecast System.""" | |||
|
|||
ECMWF_ENS_0P1DEGREE: ModelMetadata = ModelMetadata( |
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.
do you need to add a test?
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.
or a github issue for a test?
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.
The methods on the entity itself are tested but each instantiation of the entity isn't - what would you want to test? That the fields are as expected?
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.
sounds good!
Enables pulling full ensemble data from MARS.