jean-marie burel
jean-marie burel
``` java.lang.ArrayIndexOutOfBoundsException: 32 at loci.formats.in.LIFReader.initFile(LIFReader.java:587) at loci.formats.FormatReader.setId(FormatReader.java:1443) at loci.formats.ImageReader.setId(ImageReader.java:849) at ome.formats.importer.OMEROWrapper$4.setId(OMEROWrapper.java:167) at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650) at loci.formats.ChannelFiller.setId(ChannelFiller.java:234) at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650) at loci.formats.ChannelSeparator.setId(ChannelSeparator.java:293) at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650) at loci.formats.Memoizer.setId(Memoizer.java:662) at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650) at ome.formats.importer.ImportCandidates.singleFile(ImportCandidates.java:427) ``` See https://www.openmicroscopy.org/qa2/qa/feedback/41723/
Background https://forum.image.sc/t/micromanager-2-0-arithmeticexception-with-bio-formats/101407
`sdist` produces a package name containing with `-` instead of `_`, triggering a deprecation warning (see [PEP 625](https://peps.python.org/pep-0625/)).
Add installation for 24.04
Remove reference to ci.o.org
## Description Modify the way the publishing occurs See https://github.com/ome/omero-web/pull/599 for background
Add workflow running daily only reporting the output of the BF test-folder job
Use \d
Upgrading the GitHub action to run on Ubuntu 24.04 with Python 3.12 to synchronize the documentation from various repositories has led to some failures See https://github.com/ome/omero-documentation/actions/runs/13825561909 This is the first...