Skip to content

Commit c7cf083

Browse files
Format comment
1 parent eb8cd6f commit c7cf083

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/interactive-imagej/test_save_script_parameters.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77
#@ CommandService command
88
#@ LogService sjlog
99

10-
import os
10+
# Prerequisites before running this script in Fiji:
11+
#
12+
# - Drag and drop, and run this script in Fiji.
13+
# - Set parameters in the dialog box.
14+
#
15+
# Expected result: a file named "script_parameters.txt" is written to the
16+
# chosen output directory, with all parameters from the script.
1117

18+
import os
1219
import imcflibs.log
1320
from imcflibs.imagej import misc
1421

0 commit comments

Comments
 (0)