imagej / pyimagej

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

Remove redundant properties conversion #257

Closed gselzer closed 1 year ago

gselzer commented 1 year ago

This call is not needed, because the call on the line before does nested conversion.

xr_attrs = sj.to_python(permuted_rai.getProperties())