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

Refactoring data reading and writing #116

Merged
merged 24 commits into from
Feb 5, 2024
Merged

Refactoring data reading and writing #116

merged 24 commits into from
Feb 5, 2024

Conversation

hechth
Copy link
Member

@hechth hechth commented Feb 5, 2024

Closes #59

Please re-create the environment for testing and reviewing these changes based on the poetry.yaml file.

  • Changed RetentionIndexType and RetentionTimeType to float - they are now no longer allowed to be None
  • PandasData and MatchmsData now both initialize empty values as 0
  • Added support for other data formats which are supported by Pandas and matchms
  • Moved tests back into the individual test files for the classes
  • Updated dependencies to newer versions
  • Updates CI

Co-authored-by: Wudmir Y. Rojas <wudmir.rojas@recetox.muni.cz>
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps rename file to match function name, for consistency: test_data_extract_ri.py --> test_data_init_ri_from_comment.py ?

Copy link
Contributor

@wverastegui wverastegui left a comment

Choose a reason for hiding this comment

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

The logic behind the changes looks good to me.

@hechth hechth merged commit 7684d26 into main Feb 5, 2024
12 checks passed
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.

Refactor data handling
2 participants