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 1cfb006 commit 7967068Copy full SHA for 7967068
tests/workflows/clem/test_register_preprocessing_results.py
@@ -0,0 +1,28 @@
1
+import pytest
2
+
3
+from murfey.workflows.clem.register_preprocessing_results import (
4
+ _register_clem_image_series,
5
+ _register_dcg_and_atlas,
6
+ _register_grid_square,
7
+ run,
8
+)
9
10
11
+@pytest.mark.skip
12
+def test_register_clem_image_series():
13
+ assert _register_clem_image_series
14
15
16
17
+def test_register_dcg_and_atlas():
18
+ assert _register_dcg_and_atlas
19
20
21
22
+def test_register_grid_square():
23
+ assert _register_grid_square
24
25
26
27
+def test_run():
28
+ assert run
0 commit comments