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

ENH: Sensors #583

Merged
merged 83 commits into from
May 21, 2024

ENH: x_position to x_offset

ce1d179
Select commit
Loading
Failed to load commit list.
Merged

ENH: Sensors #583

ENH: x_position to x_offset
ce1d179
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 16, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 90.80460% with 48 lines in your changes are missing coverage. Please review.

Please upload report for BASE (enh/sensors-impl@fbeff2c). Learn more about missing BASE report.

Files Patch % Lines
rocketpy/plots/rocket_plots.py 30.43% 16 Missing ⚠️
rocketpy/sensors/sensors.py 87.35% 11 Missing ⚠️
rocketpy/simulation/flight.py 91.79% 11 Missing ⚠️
rocketpy/control/controller.py 75.00% 3 Missing ⚠️
rocketpy/mathutils/vector_matrix.py 90.90% 2 Missing ⚠️
rocketpy/prints/sensors_prints.py 98.14% 1 Missing ⚠️
rocketpy/rocket/components.py 85.71% 1 Missing ⚠️
rocketpy/rocket/rocket.py 90.00% 1 Missing ⚠️
rocketpy/sensors/accelerometer.py 98.48% 1 Missing ⚠️
rocketpy/sensors/gyroscope.py 98.55% 1 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##             enh/sensors-impl     #583   +/-   ##
===================================================
  Coverage                    ?   73.78%           
===================================================
  Files                       ?       64           
  Lines                       ?    10049           
  Branches                    ?        0           
===================================================
  Hits                        ?     7415           
  Misses                      ?     2634           
  Partials                    ?        0           

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