Skip to content

Commit fd14aa5

Browse files
Remove false file, add testing script for parameter saving
1 parent 921e31c commit fd14aa5

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Testing script for misc.save_script_parameters()
2+
3+
```python
4+
# @ String(label="Password", description="please enter your password", style="password") PASSWORD
5+
# @ String(label="USERNAME", description="please enter your USR") USERNAME
6+
# @ File(label="Path for storage", style="directory") outputPath
7+
# @ Integer threshold
8+
# @ Boolean taDa
9+
# @ RoiManager rm
10+
# @ CommandService command
11+
# @ LogService sjlog
12+
13+
import os
14+
from imcflibs.imagej import misc, omerotools
15+
16+
misc.save_script_parameters(outputPath, script_globals=globals())
17+
print("Saved params")
18+
```

β€Žtests/interactive-imagej/test_save_params.pyβ€Ž

Whitespace-only changes.

0 commit comments

Comments
Β (0)