You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the tests, the following warning appears:
/home/kenneth/venv/PyExpLabSys/PyExpLabSys/file_parsers/specs.py:507: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
vstack = np.vstack(self.iter_scans)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
The text was updated successfully, but these errors were encountered:
When running the tests, the following warning appears:
The text was updated successfully, but these errors were encountered: