Skip to content

Commit

Permalink
fix: leave out type annotation for passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Apr 3, 2024
1 parent 894e921 commit eb25008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erlab/io/igor.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def load_h5(filename):


def load_wave(
wave: dict | igor2.record.WaveRecord | str | os.PathLike,
wave, #: dict | igor2.record.WaveRecord | str | os.PathLike,
data_dir: str | os.PathLike | None = None,
) -> xr.DataArray:
"""Load a wave from Igor binary format.
Expand Down

0 comments on commit eb25008

Please sign in to comment.