Skip to content

Commit

Permalink
Correcting pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxinelasp committed Sep 16, 2024
1 parent 9e05ce8 commit b6c7883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/mag/l1a/mag_l1a.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def process_packets(
# each sensor, we can calculate how much data is in this packet and where the
# byte boundaries are.
primary_vectors, secondary_vectors = MagL1a.process_vector_data(
mag_l0.VECTORS,
mag_l0.VECTORS, # type: ignore
primary_packet_data.total_vectors,
secondary_packet_data.total_vectors,
mag_l0.COMPRESSION,
Expand Down

0 comments on commit b6c7883

Please sign in to comment.