Skip to content

Commit

Permalink
ignore type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Apr 17, 2024
1 parent 8267c39 commit 0f7a4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specsscan/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def load_scan(
df_lut,
self._scan_info,
self.config,
fast_axes=list(fast_axes),
fast_axes=list(fast_axes), # type: ignore
slow_axes=list(slow_axes),
projection=projection,
metadata=copy.deepcopy(metadata),
Expand Down Expand Up @@ -452,7 +452,7 @@ def check_scan(
df_lut,
self._scan_info,
self.config,
fast_axes=list(fast_axes),
fast_axes=list(fast_axes), # type: ignore
slow_axes=list(slow_axes),
projection=projection,
metadata=metadata,
Expand Down

0 comments on commit 0f7a4bc

Please sign in to comment.