Open gselzer opened 1 month ago
ij.py.run_script promises to return a java map, but it returns a ScriptModule instead. Should be a simple change to simply call getOutputs on the return of .get().
ij.py.run_script
ScriptModule
getOutputs
.get()
@elevans was thinking about just fixing this, but I'd want to write a test - where do you think it should live?
ij.py.run_script
promises to return a java map, but it returns aScriptModule
instead. Should be a simple change to simply callgetOutputs
on the return of.get()
.