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

Type-hinting elastica #367

Merged
merged 175 commits into from
Jun 28, 2024

Merge branch 'update/mypy' of https://github.com/GazzolaLab/PyElastic…

92d8b91
Select commit
Loading
Failed to load commit list.
Merged

Type-hinting elastica #367

Merge branch 'update/mypy' of https://github.com/GazzolaLab/PyElastic…
92d8b91
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 27, 2024 in 0s

93.96% (-0.05%) compared to 5112e05

View this Pull Request on Codecov

93.96% (-0.05%) compared to 5112e05

Details

Codecov Report

Attention: Patch coverage is 95.47206% with 47 lines in your changes missing coverage. Please review.

Project coverage is 93.96%. Comparing base (5112e05) to head (92d8b91).
Report is 77 commits behind head on update-0.3.3.

Files Patch % Lines
elastica/timestepper/explicit_steppers.py 77.94% 15 Missing ⚠️
elastica/modules/base_system.py 91.93% 2 Missing and 3 partials ⚠️
elastica/interaction.py 82.60% 4 Missing ⚠️
elastica/modules/constraints.py 91.17% 3 Missing ⚠️
elastica/modules/connections.py 94.59% 1 Missing and 1 partial ⚠️
elastica/modules/damping.py 90.90% 2 Missing ⚠️
elastica/modules/memory_block.py 85.71% 1 Missing and 1 partial ⚠️
elastica/rigidbody/rigid_body.py 93.54% 2 Missing ⚠️
elastica/rod/data_structures.py 88.23% 2 Missing ⚠️
elastica/surface/surface_base.py 50.00% 2 Missing ⚠️
... and 7 more
Additional details and impacted files
@@               Coverage Diff                @@
##           update-0.3.3     #367      +/-   ##
================================================
- Coverage         94.00%   93.96%   -0.05%     
================================================
  Files                51       53       +2     
  Lines              3170     3295     +125     
  Branches            347      335      -12     
================================================
+ Hits               2980     3096     +116     
- Misses              140      152      +12     
+ Partials             50       47       -3     

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