We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaa79e commit 373a05cCopy full SHA for 373a05c
1 file changed
tests/test_processing.py
@@ -0,0 +1,9 @@
1
+"""Tests for the imcflibs.imagej.processing module."""
2
+
3
+from imcflibs.imagej.processing import rolling_ball_options
4
5
6
+def test_rolling_ball_options():
7
+ """Test the rolling_ball_options function."""
8
+ options = rolling_ball_options(42.23)
9
+ assert options == "rolling=42.23"
0 commit comments