From 0f7a4bca797e3a6413f53f6badc4c0db1ee48dd5 Mon Sep 17 00:00:00 2001 From: rettigl Date: Wed, 17 Apr 2024 11:51:12 +0200 Subject: [PATCH] ignore type checking --- specsscan/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specsscan/core.py b/specsscan/core.py index 545871c..2f522e0 100755 --- a/specsscan/core.py +++ b/specsscan/core.py @@ -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), @@ -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,