Skip to content
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

Merged
merged 62 commits into from
Mar 24, 2023

Conversation

CindyvdVries
Copy link
Collaborator

No description provided.

mKlapwijk and others added 30 commits February 22, 2023 11:32
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
Copy link
Collaborator

@wschoonveld wschoonveld left a 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()
Copy link
Collaborator

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?)

@CindyvdVries CindyvdVries merged commit 49d7bba into main Mar 24, 2023
@CindyvdVries CindyvdVries deleted the feature/DEI-58-new-time-add-as-coord branch March 24, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants