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

Use numbers types and fix Parameter cache

c12258f
Select commit
Loading
Failed to load commit list.
Merged

Serialization #76

Use numbers types and fix Parameter cache
c12258f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

86.33% (+0.00%) compared to 29787af

View this Pull Request on Codecov

86.33% (+0.00%) compared to 29787af

Details

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.