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

Serialization #76

Merged
merged 7 commits into from
Apr 12, 2024
Merged

Serialization #76

merged 7 commits into from
Apr 12, 2024

Conversation

loganbvh
Copy link
Owner

No description provided.

- Make Parameter cache optional with "use_cache" keyword argument
- Clear Parameter cache before and after solve avoid serializing the cache and writing it to disk
Copy link

codecov bot commented Apr 10, 2024

Codecov Report

Attention: Patch coverage is 91.07143% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 86.33%. Comparing base (29787af) to head (c12258f).

Files Patch % Lines
tdgl/parameter.py 94.44% 2 Missing ⚠️
tdgl/solver/solver.py 77.77% 2 Missing ⚠️
tdgl/device/device.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   86.33%   86.33%           
=======================================
  Files          40       40           
  Lines        4492     4523   +31     
=======================================
+ Hits         3878     3905   +27     
- Misses        614      618    +4     

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

@loganbvh loganbvh marked this pull request as ready for review April 12, 2024 20:12
@loganbvh loganbvh merged commit db30117 into main Apr 12, 2024
9 checks passed
@loganbvh loganbvh deleted the serialization branch April 12, 2024 20:14
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.

1 participant