TheJacksonLaboratory / ezomero

A module with convenience functions for writing Python code that interacts with OMERO.
GNU General Public License v2.0
39 stars 13 forks source link

changed list of points to be space-separated #93

Closed erickmartins closed 10 months ago

erickmartins commented 11 months ago

Description

This is a two-line fix to align with the OME data model and hopefully fix #90 (though I couldn't reproduce it).

Checklist

This fix is purely internal to an ezomero function, so no changed function signature at all. Tests passing, flake8, etc etc

For reviewers