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

bugfix for #277 : load_results properly handles experiments dtypes #280

Merged
merged 2 commits into from Jun 18, 2023

Conversation

quaquel
Copy link
Owner

@quaquel quaquel commented Jun 18, 2023

Bugfix for load_results which fixes #277. In parsing experiments, the dtype metadata is now correctly applied. It also expands save_results unit test to cover all dtypes used in storing experiments.

@coveralls
Copy link

coveralls commented Jun 18, 2023

Coverage Status

coverage: 80.915% (+0.04%) from 80.873% when pulling 23648de on load_results_bugfix into 83fc014 on master.

Copy link
Collaborator

@EwoutH EwoutH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last comment on the test, the rest looks good, thanks!

Do you want this into 2.4.1?

…o dtype as specified in metadata

bugfix for load_results. In parsing experiments, the dtype metadata is now correctly applied.  Also expands save)results unittest to cover all dtypes used in storing experiments.
@EwoutH EwoutH merged commit 7b63a45 into master Jun 18, 2023
18 of 20 checks passed
EwoutH pushed a commit that referenced this pull request Jun 18, 2023
* bugfix for #277 : load_results now casts all columns in experiments to dtype as specified in metadata

bugfix for load_results. In parsing experiments, the dtype metadata is now correctly applied.  Also expands save)results unittest to cover all dtypes used in storing experiments.

* small typo in test
@quaquel quaquel deleted the load_results_bugfix branch October 31, 2023 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual Analysis Example throws an error
3 participants