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

Add Vector Potential Calculation to Coil classes and Most MagneticField Classes #1026

Merged
merged 71 commits into from
Sep 4, 2024

Merge branch 'master' into dp/vector-potential

98053b3
Select commit
Loading
Failed to load commit list.
Merged

Add Vector Potential Calculation to Coil classes and Most MagneticField Classes #1026

Merge branch 'master' into dp/vector-potential
98053b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 1s

95.44% (+0.02%) compared to d2e9a2c

View this Pull Request on Codecov

95.44% (+0.02%) compared to d2e9a2c

Details

Codecov Report

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

Project coverage is 95.44%. Comparing base (d2e9a2c) to head (98053b3).

Files with missing lines Patch % Lines
desc/magnetic_fields/_core.py 97.05% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1026      +/-   ##
==========================================
+ Coverage   95.41%   95.44%   +0.02%     
==========================================
  Files          95       95              
  Lines       23186    23406     +220     
==========================================
+ Hits        22124    22340     +216     
- Misses       1062     1066       +4     
Files with missing lines Coverage Δ
desc/coils.py 97.46% <100.00%> (+0.21%) ⬆️
desc/magnetic_fields/__init__.py 100.00% <ø> (ø)
desc/magnetic_fields/_current_potential.py 99.44% <100.00%> (+0.03%) ⬆️
desc/objectives/_coils.py 99.17% <100.00%> (+0.03%) ⬆️
desc/magnetic_fields/_core.py 96.56% <97.05%> (+0.16%) ⬆️