Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Apr 11, 2024
1 parent be84b57 commit 1052fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scos_actions/actions/acquire_sea_data_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ def __call__(self, sensor: Sensor, schedule_entry: dict, task_id: int):
else:
# For 2D arrays (PSD, PVT, PFP)
for d in data:
logger.debug(f"Adding {type(d)}: {d}")
channel_data.append(ray.get(d))

toc = perf_counter()
Expand Down

0 comments on commit 1052fc2

Please sign in to comment.