ome / omero-parade

OMERO.web plugin for displaying Dataset thumbnails or Plates in webclient center panel
GNU Affero General Public License v3.0
1 stars 12 forks source link

Numpy 1.7 serializable #33

Closed will-moore closed 6 years ago

will-moore commented 6 years ago

Following on from investigation in https://github.com/ome/omero-parade/pull/28, this uses numpy .item() and .tolist() to give values that are JSON serializable, even with numpy 1.7.

To test:

jburel commented 6 years ago

This should fix https://github.com/ome/omero-parade/issues/21

jburel commented 6 years ago

Good to merge