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.
2 parents f02b272 + a7cfd4b commit b40eae1Copy full SHA for b40eae1
src/imagej/convert.py
@@ -231,7 +231,6 @@ def java_to_xarray(ij: "jc.ImageJ", jobj) -> xr.DataArray:
231
xr_axes = list(permuted_rai.dim_axes)
232
xr_dims = list(permuted_rai.dims)
233
xr_attrs = sj.to_python(permuted_rai.getProperties())
234
- xr_attrs = {sj.to_python(k): sj.to_python(v) for k, v in xr_attrs.items()}
235
# reverse axes and dims to match narr
236
xr_axes.reverse()
237
xr_dims.reverse()
0 commit comments