Skip to content

Commit

Permalink
Update rocketpy/plots/motor_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 Nov 18, 2023
1 parent 6c40f32 commit fe529d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/plots/motor_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def _generate_combustion_chamber(
0,
]
)
# we need to draw the other half of the nozzle
# we need to draw the other half of the chamber
x = np.concatenate([x, x[::-1]])
y = np.concatenate([y, -y[::-1]])

Check warning on line 333 in rocketpy/plots/motor_plots.py

View check run for this annotation

Codecov / codecov/patch

rocketpy/plots/motor_plots.py#L332-L333

Added lines #L332 - L333 were not covered by tests
# the point of reference for the chamber is its center
Expand Down

0 comments on commit fe529d7

Please sign in to comment.