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

Cache the morphologies properly. #5

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

matz-e
Copy link
Member

@matz-e matz-e commented Oct 18, 2024

Rather than loading the morphologies for every step, this will cache the
untransformed morphologies between steps, lessening the IO load.

Rather than loading the morphologies for every step, this will cache the
untransformed morphologies between steps, lessening the IO load.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.98%. Comparing base (37f271c) to head (f57fdb1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   74.95%   74.98%   +0.03%     
==========================================
  Files          35       35              
  Lines        4128     4133       +5     
==========================================
+ Hits         3094     3099       +5     
  Misses       1034     1034              
Flag Coverage Δ
pytest 74.98% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@matz-e matz-e requested a review from chr-pok October 18, 2024 06:10
Copy link
Collaborator

@chr-pok chr-pok left a comment

Choose a reason for hiding this comment

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

Nice work!

@matz-e matz-e merged commit c34b2a0 into main Oct 18, 2024
8 checks passed
@matz-e matz-e deleted the matz-e/cache-morphologies branch October 18, 2024 07:36
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.

3 participants