imagej / pyimagej

Use ImageJ from Python
https://pyimagej.readthedocs.io/
Other
473 stars 82 forks source link

ij.py.run_script returns the wrong type #316

Open gselzer opened 1 month ago

gselzer commented 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().

gselzer commented 1 month ago

@elevans was thinking about just fixing this, but I'd want to write a test - where do you think it should live?