Skip to content

Commit

Permalink
MNT: rename __transform_pressure_signals_lists_to_functions method
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Apr 19, 2024
1 parent 8f6efdf commit 39003cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocketpy/simulation/flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ def __simulate(self, verbose):
)

self.t_final = self.t
self._calculate_pressure_signal()
self.__transform_pressure_signals_lists_to_functions()
if verbose:
print(f"\n>>> Simulation Completed at Time: {self.t:3.4f} s")

Expand Down Expand Up @@ -3059,7 +3059,7 @@ def __calculate_rail_button_forces(self): # TODO: complex method.
rail_button2_shear_force,
)

def _calculate_pressure_signal(self):
def __transform_pressure_signals_lists_to_functions(self):
"""Calculate the pressure signal from the pressure sensor.
It creates a signal_function attribute in the parachute object.
Parachute works as a subclass of Rocket class.
Expand Down

0 comments on commit 39003cd

Please sign in to comment.