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 ccf216d commit b5af9d3Copy full SHA for b5af9d3
tests/amor/pipeline_test.py
@@ -92,9 +92,7 @@ def test_orso_pipeline(amor_pipeline: sciline.Pipeline):
92
93
@pytest.mark.filterwarnings("ignore:Failed to convert .* into a transformation")
94
@pytest.mark.filterwarnings("ignore:Invalid transformation, missing attribute")
95
-def test_publish_reduced_orso_file(
96
- amor_pipeline: sciline.Pipeline, output_folder: Path
97
-):
+def test_save_reduced_orso_file(amor_pipeline: sciline.Pipeline, output_folder: Path):
98
from orsopy import fileio
99
100
amor_pipeline[SampleRotation[SampleRun]] = sc.scalar(0.85, unit="deg")
0 commit comments