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

MNT: minor fixes - typos and isort

7a2e50a
Select commit
Loading
Failed to load commit list.
Merged

ENH: Sensors #583

MNT: minor fixes - typos and isort
7a2e50a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 16, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

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 160 in rocketpy/mathutils/vector_matrix.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/mathutils/vector_matrix.py#L159-L160

Added lines #L159 - L160 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L564-L566

Added lines #L564 - L566 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L568-L569

Added lines #L568 - L569 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L571-L573

Added lines #L571 - L573 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L575-L576

Added lines #L575 - L576 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L578-L579

Added lines #L578 - L579 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L581

Added line #L581 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L584

Added line #L584 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L586

Added line #L586 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L594

Added line #L594 was not covered by tests

Check warning on line 42 in rocketpy/prints/sensors_prints.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/prints/sensors_prints.py#L42

Added line #L42 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 1489 in rocketpy/rocket/rocket.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/rocket.py#L1489

Added line #L1489 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/accelerometer.py#L265

Added line #L265 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/gyroscope.py#L296

Added line #L296 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L199-L201

Added lines #L199 - L201 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L205

Added line #L205 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L209

Added line #L209 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L215

Added line #L215 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L240

Added line #L240 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L243

Added line #L243 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L251

Added line #L251 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/sensors/sensors.py#L281

Added line #L281 was not covered by tests