File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,8 @@ def test_eiger_screening(get_zocalo_commands):
127127 f"zocalo.go -r generate-crystal-thumbnails { dcid } " ,
128128 f"zocalo.go -r generate-diffraction-preview { dcid } " ,
129129 f"zocalo.go -r per-image-analysis-rotation-swmr { dcid } " ,
130- f"zocalo.go -r strategy-align-crystal { dcid } " ,
131- f"zocalo.go -r strategy-edna-eiger { dcid } " ,
132130 f"zocalo.go -r strategy-mosflm { dcid } " ,
131+ f"ispyb.job --new --dcid={ dcid } --source=automatic --recipe=strategy-align-crystal --display='align_crystal' --trigger" ,
133132 }
134133 return
135134
@@ -173,8 +172,8 @@ def test_cbf_screening(get_zocalo_commands):
173172 }
174173 assert get_zocalo_commands (scenario (event = MimasEvent .END )) == {
175174 f"zocalo.go -r generate-crystal-thumbnails { dcid } " ,
176- f"zocalo.go -r strategy-edna { dcid } " ,
177175 f"zocalo.go -r strategy-mosflm { dcid } " ,
176+ f"ispyb.job --new --dcid={ dcid } --source=automatic --recipe=strategy-align-crystal --display='align_crystal' --trigger" ,
178177 }
179178
180179
You can’t perform that action at this time.
0 commit comments