Closed jburel closed 3 years ago
Looks good, thanks @jburel . Good to merge from my point of view.
@dominikl I found another place where a change was required
Also why Float
is not supported but Float[]
is? This does not seem very logical.
Changes tested via https://github.com/ome/openmicroscopy/pull/6280
I think this is good to merge. Could handle Float
issue in a separate PR?
Tests are green see https://github.com/ome/openmicroscopy/pull/6280
Merging since the tests are green. That will allow to move forward with the work started in #56
Thanks @jburel . Btw, there is no Float
type because there is no FloatColumn
: https://docs.openmicroscopy.org/omero-blitz/5.5.8/javadoc/omero/grid/Column.html .
@dominikl Thanks for pointing that out. This seems like a missing part in the spec
This PR fixes the issue noticed when working on notebook for workshop
cc @dominikl