Skip to content

Commit

Permalink
pr response
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Aug 29, 2024
1 parent b6dd2df commit b2c385f
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 1,059 deletions.
2 changes: 1 addition & 1 deletion imap_processing/ialirt/l0/process_hit.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def process_hit(xarray_data: xr.Dataset) -> list[dict]:

# Verify that each group has 60 datapoints
if len(slow_rate.data) != 60:
logger.debug(
logger.info(
f"Incorrect number of packets: {len(slow_rate.data)} "
f"for met {met}. Skipping."
)
Expand Down
Loading

0 comments on commit b2c385f

Please sign in to comment.