We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c004aa2 commit cd5a03bCopy full SHA for cd5a03b
2 files changed
tests/client/contexts/test_sxt.py
@@ -107,7 +107,7 @@ def test_sxt_context_txrm(
107
json={
108
"tag": "example",
109
"source": str(tmp_path),
110
- "recipe": "sxt-tomo-align",
+ "recipe": "sxt-aretomo",
111
"experiment_type": "sxt",
112
},
113
headers={"Authorization": "Bearer "},
tests/workflows/sxt/test_process_sxt_tilt_series.py
@@ -38,7 +38,7 @@ def set_up_db(murfey_db_session: Session):
38
ProcessingJob,
39
lookup_kwargs={
40
"id": 1,
41
42
"dc_id": dc_entry.id,
43
44
)
@@ -92,7 +92,7 @@ def test_process_new_sxt_tilt_series(
92
"manual_tilt_offset": -1,
93
"node_creator_queue": "node_creator",
94
95
- "recipes": ["sxt-tomo-align"],
+ "recipes": ["sxt-aretomo"],
96
97
new_connection=True,
98
0 commit comments