Skip to content

Commit

Permalink
fix summaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Apr 11, 2024
1 parent 3d96494 commit df1a6d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scos_actions/actions/acquire_sea_data_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ def __call__(self, sensor: Sensor, schedule_entry: dict, task_id: int):
data, summaries = data_product # Split the tuple
logger.debug(f"data is {type(data)}: {data}")
logger.debug(f"summaries is {type(summaries)}: {summaries}")
summaries = ray.get(summaries)
max_max_ch_pwrs.append(DATA_TYPE(summaries[0]))
med_mean_ch_pwrs.append(DATA_TYPE(summaries[1]))
mean_ch_pwrs.append(DATA_TYPE(summaries[2]))
Expand Down

0 comments on commit df1a6d1

Please sign in to comment.