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

heatmap fix py3 #70

Closed will-moore closed 4 years ago

will-moore commented 4 years ago

This will fix heatmap (in table) and the scatter plot. Currently https://py3-ci.openmicroscopy.org/web/parade/data/Uk9JX2NvdW50/?project=2357 does not contain valid min, max values. To test: when this PR is deployed, that URL will contain valid min & max values (and histogram).

NB: I will configure the OMERO.web py3 ci job to deploy the merged build, but that will break the JavaScript. Which is why the testing will involve the URL only (not the UI).

pwalczysko commented 4 years ago

Yes, min and max are now sensible numbers and the histogram is present as well.

Ready to merge fmpov