You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ImageJ2, when executing a SciJava module and harvesting the inputs, the SaveInputsPreprocessor takes care to persist the values, and the LoadInputsPreprocessor takes care to read and populate them the next time the module is run. Something about the way napari-imagej is executing modules does not behave the same, because when I run Example_Script.js for example, the values all always start at null/null-approximate (0 for numeric primitives, false for primitive booleans).
The text was updated successfully, but these errors were encountered:
In ImageJ2, when executing a SciJava module and harvesting the inputs, the
SaveInputsPreprocessor
takes care to persist the values, and theLoadInputsPreprocessor
takes care to read and populate them the next time the module is run. Something about the way napari-imagej is executing modules does not behave the same, because when I runExample_Script.js
for example, the values all always start at null/null-approximate (0 for numeric primitives, false for primitive booleans).The text was updated successfully, but these errors were encountered: