Skip to content

MNT: fix cyclic import

1e748d8
Select commit
Loading
Failed to load commit list.
Merged

Rel/v1.12.0 #935

MNT: fix cyclic import
1e748d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 20, 2026 in 1s

81.12% (+0.85%) compared to 9cf3dd4

View this Pull Request on Codecov

81.12% (+0.85%) compared to 9cf3dd4

Details

Codecov Report

❌ Patch coverage is 88.35394% with 179 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.12%. Comparing base (9cf3dd4) to head (1e748d8).

Files with missing lines Patch % Lines
rocketpy/simulation/flight.py 87.63% 45 Missing ⚠️
rocketpy/mathutils/function.py 88.72% 23 Missing ⚠️
rocketpy/rocket/rocket.py 80.53% 22 Missing ⚠️
rocketpy/environment/environment.py 69.84% 19 Missing ⚠️
rocketpy/simulation/flight_comparator.py 94.62% 15 Missing ⚠️
rocketpy/motors/solid_motor.py 45.83% 13 Missing ⚠️
rocketpy/plots/rocket_plots.py 59.09% 9 Missing ⚠️
rocketpy/simulation/monte_carlo.py 61.90% 8 Missing ⚠️
rocketpy/plots/monte_carlo_plots.py 92.20% 6 Missing ⚠️
rocketpy/units.py 0.00% 5 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #935      +/-   ##
==========================================
+ Coverage   80.27%   81.12%   +0.85%     
==========================================
  Files         104      107       +3     
  Lines       12769    13881    +1112     
==========================================
+ Hits        10250    11261    +1011     
- Misses       2519     2620     +101     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.