We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31a8545 + fb67f92 commit cfbbe81Copy full SHA for cfbbe81
tests/amor/pipeline_test.py
@@ -28,6 +28,11 @@
28
)
29
from ess.reflectometry.workflow import with_filenames
30
31
+# The files used in the AMOR reduction workflow have some scippnexus warnings
32
+pytestmark = pytest.mark.filterwarnings(
33
+ "ignore:.*Invalid transformation, .*missing attribute 'vector':UserWarning",
34
+)
35
+
36
37
@pytest.fixture
38
def amor_pipeline() -> sciline.Pipeline:
0 commit comments