Skip to content

Commit

Permalink
MNT: remove unused variable
Browse files Browse the repository at this point in the history
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
  • Loading branch information
MateusStano and Gui-FernandesBR committed May 16, 2024
1 parent 6806912 commit b99b301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocketpy/simulation/flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,6 @@ def __cache_sensor_data(self):
# skip sensors that are used more then once in the rocket
if sensor not in sensors:
sensors.append(sensor)
num_instances = sensor._attached_rockets[self.rocket]
sensor_data[sensor] = sensor.measured_data[:]
self.sensor_data = sensor_data

Expand Down

0 comments on commit b99b301

Please sign in to comment.