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 5ce4da0 commit 97fbc56Copy full SHA for 97fbc56
1 file changed
tests/imagej/bioformats/write_bf_memoryfile/test_01.py
@@ -22,3 +22,14 @@
22
print("Test FAILED: can't find BF memory file [%s]" % bfmemofile)
23
else:
24
print("Test passed, BF memory file [%s] was created." % bfmemofile)
25
+
26
+print(
27
+ """
28
+================================= IMPORTANT =================================
29
+Bio-Formats will only create a memory-file ONCE per session, meaning if this
30
+script is being run multiple times subsequently without closing ImageJ in
31
+between it will FAIL as the memory-file gets deleted by the script but will
32
+only be re-created by Bio-Formats in a FRESH ImageJ instance!!
33
34
+"""
35
+)
0 commit comments