Skip to content

Commit

Permalink
Merge branch 'enh/sensors' of https://github.com/RocketPy-Team/RocketPy
Browse files Browse the repository at this point in the history
… into enh/sensors
  • Loading branch information
MateusStano committed May 16, 2024
2 parents 75f8d9e + b99b301 commit c1864b2
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 c1864b2

Please sign in to comment.