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.
1 parent eda8d9b commit b5e612cCopy full SHA for b5e612c
tests/amor/pipeline_test.py
@@ -59,6 +59,7 @@ def amor_pipeline() -> sciline.Pipeline:
59
def test_run_data_pipeline(amor_pipeline: sciline.Pipeline):
60
res = amor_pipeline.compute(ReflectivityOverQ)
61
assert "Q" in res.coords
62
+ assert "Q_resolution" in res.coords
63
64
65
def test_run_full_pipeline(amor_pipeline: sciline.Pipeline):
0 commit comments