Skip to content

Commit b5e612c

Browse files
committed
test: presence of Q_resolution
1 parent eda8d9b commit b5e612c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/amor/pipeline_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def amor_pipeline() -> sciline.Pipeline:
5959
def test_run_data_pipeline(amor_pipeline: sciline.Pipeline):
6060
res = amor_pipeline.compute(ReflectivityOverQ)
6161
assert "Q" in res.coords
62+
assert "Q_resolution" in res.coords
6263

6364

6465
def test_run_full_pipeline(amor_pipeline: sciline.Pipeline):

0 commit comments

Comments
 (0)