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 6e91e50 commit e1525d3Copy full SHA for e1525d3
src/osa/workflow/tests/test_stages.py
@@ -79,7 +79,7 @@ def test_analysis_stage(
79
assert lines[-1].split(" ")[1] == cmd[0]
80
assert lines[-1].split(" ")[-1] == "255\n"
81
82
-
+@pytest.mark.skip(reason="Currently not working with osa environment (needs lstcam-env environment)")
83
def test_calibration_steps(running_analysis_dir):
84
from osa.workflow.stages import DRS4PedestalStage, ChargeCalibrationStage
85
from osa.scripts.calibration_pipeline import drs4_pedestal_command, calibration_file_command
0 commit comments