We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032f9ab commit f215ea5Copy full SHA for f215ea5
1 file changed
tests/test_objects3d.py
@@ -0,0 +1,12 @@
1
+"""Tests for the imcflibs.imagej.objects3d module."""
2
+
3
+from imcflibs.imagej.objects3d import imgplus_to_population3d
4
+from imcflibs.imagej.objects3d import maxima_finder_3d
5
+from imcflibs.imagej.objects3d import population3d_to_imgplus
6
+from imcflibs.imagej.objects3d import seeded_watershed
7
+from imcflibs.imagej.objects3d import segment_3d_image
8
9
10
+def test_mock_imports():
11
+ """Test if the mock imports work fine."""
12
+ assert True
0 commit comments