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

TST: unite gyro and accel tests

d8440f2
Select commit
Loading
Failed to load commit list.
Merged

ENH: Sensors #583

TST: unite gyro and accel tests
d8440f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 11, 2024 in 1s

89.54% of diff hit (target 72.70%)

View this Pull Request on Codecov

89.54% of diff hit (target 72.70%)

Annotations

Check warning on line 123 in rocketpy/control/controller.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/control/controller.py#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 125 in rocketpy/control/controller.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/control/controller.py#L125

Added line #L125 was not covered by tests

Check warning on line 159 in rocketpy/mathutils/vector_matrix.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/mathutils/vector_matrix.py#L158-L159

Added lines #L158 - L159 were not covered by tests

Check warning on line 487 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L486-L487

Added lines #L486 - L487 were not covered by tests

Check warning on line 505 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L504-L505

Added lines #L504 - L505 were not covered by tests

Check warning on line 552 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L550-L552

Added lines #L550 - L552 were not covered by tests

Check warning on line 555 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L554-L555

Added lines #L554 - L555 were not covered by tests

Check warning on line 559 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L557-L559

Added lines #L557 - L559 were not covered by tests

Check warning on line 562 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L561-L562

Added lines #L561 - L562 were not covered by tests

Check warning on line 565 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L564-L565

Added lines #L564 - L565 were not covered by tests

Check warning on line 567 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L567

Added line #L567 was not covered by tests

Check warning on line 570 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L570

Added line #L570 was not covered by tests

Check warning on line 572 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L572

Added line #L572 was not covered by tests

Check warning on line 580 in rocketpy/plots/rocket_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L580

Added line #L580 was not covered by tests

Check warning on line 133 in rocketpy/rocket/components.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/components.py#L133

Added line #L133 was not covered by tests

Check warning on line 1481 in rocketpy/rocket/rocket.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/rocket.py#L1481

Added line #L1481 was not covered by tests

Check warning on line 196 in rocketpy/sensors/accelerometer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/accelerometer.py#L196

Added line #L196 was not covered by tests

Check warning on line 230 in rocketpy/sensors/gyroscope.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/gyroscope.py#L230

Added line #L230 was not covered by tests

Check warning on line 126 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L124-L126

Added lines #L124 - L126 were not covered by tests

Check warning on line 130 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L130

Added line #L130 was not covered by tests

Check warning on line 134 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L134

Added line #L134 was not covered by tests

Check warning on line 138 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L138

Added line #L138 was not covered by tests

Check warning on line 165 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L165

Added line #L165 was not covered by tests

Check warning on line 168 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L168

Added line #L168 was not covered by tests

Check warning on line 171 in rocketpy/sensors/sensors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L171

Added line #L171 was not covered by tests