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

Poincare options #362

Merged
merged 2 commits into from
Oct 6, 2023

Initial commit.

51b37b4
Select commit
Loading
Failed to load commit list.
Merged

Poincare options #362

Initial commit.
51b37b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 6, 2023 in 0s

91.46% (+0.80%) compared to 705053a

View this Pull Request on Codecov

91.46% (+0.80%) compared to 705053a

Details

Codecov Report

Attention: 120 lines in your changes are missing coverage. Please review.

Comparison is base (705053a) 90.66% compared to head (51b37b4) 91.46%.
Report is 474 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #362      +/-   ##
==========================================
+ Coverage   90.66%   91.46%   +0.80%     
==========================================
  Files          65       72       +7     
  Lines       11030    12825    +1795     
==========================================
+ Hits        10000    11730    +1730     
- Misses       1030     1095      +65     
Files Coverage Δ
src/simsopt/_core/__init__.py 100.00% <100.00%> (ø)
src/simsopt/_core/derivative.py 98.90% <100.00%> (ø)
src/simsopt/_core/finite_difference.py 94.06% <100.00%> (+0.90%) ⬆️
src/simsopt/_core/json.py 83.67% <100.00%> (+0.59%) ⬆️
src/simsopt/_core/optimizable.py 90.35% <100.00%> (+0.19%) ⬆️
src/simsopt/field/__init__.py 100.00% <100.00%> (ø)
src/simsopt/field/biotsavart.py 95.52% <100.00%> (-0.04%) ⬇️
src/simsopt/field/magneticfield.py 99.27% <100.00%> (+0.13%) ⬆️
src/simsopt/field/magneticfieldclasses.py 97.35% <100.00%> (+1.34%) ⬆️
src/simsopt/field/normal_field.py 92.20% <100.00%> (+2.59%) ⬆️
... and 35 more

... and 5 files with indirect coverage changes

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