-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/dei 58 new time add as coord #18
Conversation
…riables-to-be-included-in-outputdataset
… state to rule_based_model. Not working yet
Made some small code improvements Renamed utls to list_utils Changed IRule output_variable_name back to string Moved creation of composite dataset from RuleBasedModel to dataset_utils
…ed-in-outputdataset
…tdataset' into feature/DEI-44-ugrid-conventions
…tdataset' into feature/DEI-44-ugrid-conventions
…ew-time-add-as-coord
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.
see comment
result_dataset = processor.process_rules(output_dataset, logger) | ||
|
||
assert "time_month" in result_dataset.coords | ||
assert (result_dataset.time_month.values == input_array).all() |
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.
it appears it is now only tested that no duplicates occur.
Maybe with a view extra statements it can be tested that the coords are also copied if not present?
(or am I missing something?)
No description provided.