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 2a18961 commit 1c8feb7Copy full SHA for 1c8feb7
tests/client/test_context.py
@@ -9,7 +9,7 @@
9
10
11
def test_tomography_context_initialisation_for_tomo(tmp_path):
12
- context = TomographyContext("tomo", tmp_path)
+ context = TomographyContext("tomo", tmp_path, "")
13
assert not context._completed_tilt_series
14
assert context._acquisition_software == "tomo"
15
0 commit comments