Skip to content

Commit 4181dcc

Browse files
committed
Merge branch 'main' into cron-orso-files
2 parents ea7fdad + cfbbe81 commit 4181dcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/amor/pipeline_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
)
2929
from ess.reflectometry.workflow import with_filenames
3030

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+
3136

3237
@pytest.fixture
3338
def amor_pipeline() -> sciline.Pipeline:

0 commit comments

Comments
 (0)