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

Move datasets to atomlists #415

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Move datasets to atomlists #415

merged 1 commit into from
Dec 16, 2024

Conversation

ffl096
Copy link
Member

@ffl096 ffl096 commented Dec 16, 2024

With this pull request, we move the coseg and shrec16 datasets from a pickle backend to atomlists. We need this change because the pickle approach relies on internal data structures to not change, which is a blocker for #220. Plus, it is highly unstable anyway.

@ffl096 ffl096 added the enhancement New feature or request label Dec 16, 2024
@ffl096 ffl096 self-assigned this Dec 16, 2024
@ffl096 ffl096 force-pushed the frantzen/dataset-overhaul branch from b3a4abd to 583e597 Compare December 16, 2024 15:13
@ffl096 ffl096 force-pushed the frantzen/dataset-overhaul branch from 583e597 to 98623ff Compare December 16, 2024 15:15
@ffl096 ffl096 requested a review from Copilot December 16, 2024 15:26

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.83%. Comparing base (7916ee9) to head (98623ff).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #415      +/-   ##
==========================================
+ Coverage   97.77%   97.83%   +0.05%     
==========================================
  Files          38       38              
  Lines        3556     3558       +2     
==========================================
+ Hits         3477     3481       +4     
+ Misses         79       77       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ffl096 ffl096 merged commit dc8252d into main Dec 16, 2024
19 checks passed
@ffl096 ffl096 deleted the frantzen/dataset-overhaul branch December 16, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant