Skip to content

Commit

Permalink
reformat change
Browse files Browse the repository at this point in the history
  • Loading branch information
daralynnrhode committed Aug 8, 2024
1 parent fd355d9 commit a8f35b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/swe/l1a/swe_science.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def swe_science(decom_data: list, data_version: str) -> xr.Dataset:
# where 1260 = 180 x 7 CEMs
# Take the "raw_counts" indices/counts mapping from
# decompression_table and then reshape the return
uncompress_data = np.take(decompression_table, raw_counts).reshape(180, 7) # type: ignore[attr-defined]
uncompress_data = np.take(decompression_table, raw_counts).reshape(180, 7) # type: ignore[attr-defined]
# Save raw counts data as well
raw_counts = raw_counts.reshape(180, 7)

Expand Down

0 comments on commit a8f35b5

Please sign in to comment.