Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daralynnrhode committed Aug 7, 2024
1 parent 3c84960 commit 321b8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imap_processing/swapi/l1/swapi_l1.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from imap_processing.utils import packet_file_to_datasets


def filter_good_data(full_sweep_sci: xr.Dataset) -> np.ndarray[np.dtype[np.int64], np.dtype[np.int64]]:
def filter_good_data(full_sweep_sci: xr.Dataset) -> np.ndarray:
"""
Filter out bad data sweep indices.
Expand Down Expand Up @@ -71,7 +71,7 @@ def filter_good_data(full_sweep_sci: xr.Dataset) -> np.ndarray[np.dtype[np.int64

def decompress_count(
count_data: np.ndarray, compression_flag: np.ndarray
) -> np.ndarray[np.dtype[np.int32], np.dtype[np.int32]]:
) -> np.ndarray:
"""
Will decompress counts based on compression indicators.
Expand Down

0 comments on commit 321b8cb

Please sign in to comment.