You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the pom-scijava melting pot, the n5-viewer_fiji component sometimes fails tests with the exception:
java.lang.AssertionError: could not find metadata at: /c3z1t1
at org.junit.Assert.fail(Assert.java:89)
at org.janelia.saalfeldlab.n5.bdv.BdvMetadataIoTests.readWriteParseTest(BdvMetadataIoTests.java:88)
at org.janelia.saalfeldlab.n5.bdv.BdvMetadataIoTests.testMultiChannelHelper(BdvMetadataIoTests.java:186)
at org.janelia.saalfeldlab.n5.bdv.BdvMetadataIoTests.testMultiChannel(BdvMetadataIoTests.java:149)
To work around this, I just rerun the CI build and it usually passes the next time. But it would be nice if this could be made more robust. Any ideas what might be going on here?
The text was updated successfully, but these errors were encountered:
When running the pom-scijava melting pot, the n5-viewer_fiji component sometimes fails tests with the exception:
To work around this, I just rerun the CI build and it usually passes the next time. But it would be nice if this could be made more robust. Any ideas what might be going on here?
The text was updated successfully, but these errors were encountered: