Skip to content

Commit

Permalink
Update rocketpy/plots/rocket_plots.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Henrique Marinho Bressan <[email protected]>
  • Loading branch information
MateusStano and phmbressan authored Apr 11, 2024
1 parent d8440f2 commit 99f445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/plots/rocket_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def _draw_sensor(self, ax, sensors, plane, vis_args):
else:
raise ValueError("Plane must be 'xz' or 'yz'.")

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

View check run for this annotation

Codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L567

Added line #L567 was not covered by tests

# line length is 1/10 of the rocket radius
# line length is 2/5 of the rocket radius
line_length = self.rocket.radius / 2.5

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

View check run for this annotation

Codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L570

Added line #L570 was not covered by tests

ax.plot(

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

View check run for this annotation

Codecov / codecov/patch

rocketpy/plots/rocket_plots.py#L572

Added line #L572 was not covered by tests
Expand Down

0 comments on commit 99f445f

Please sign in to comment.