diff --git a/tests/reflectometry/corrections_test.py b/tests/corrections_test.py similarity index 98% rename from tests/reflectometry/corrections_test.py rename to tests/corrections_test.py index 044b5fc..c659b64 100644 --- a/tests/reflectometry/corrections_test.py +++ b/tests/corrections_test.py @@ -4,7 +4,7 @@ import scipp as sc from orsopy import fileio -from essreflectometry.reflectometry import corrections +from essreflectometry import corrections def test_normalize_by_counts(): diff --git a/tests/reflectometry/__init__.py b/tests/reflectometry/__init__.py deleted file mode 100644 index df17698..0000000 --- a/tests/reflectometry/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# SPDX-License-Identifier: BSD-3-Clause -# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)