InsightSoftwareConsortium / ITKIOOMEZarrNGFF

ITK IO for images stored in OME-Zarr format.
Apache License 2.0
9 stars 5 forks source link

BUG: Fix duplicate test output filename #64

Closed jhlegarreta closed 2 months ago

jhlegarreta commented 2 months ago

Fix duplicate test output filename: tests IOOMEZarrNGFF_readTimeIndex0 and IOOMEZarrNGFF_readTimeIndex1 were using the same outputfilenames, and some CI builds were failing probably because they were trying to read/write to the same location.

Fixes:

Exception detected while reading
ITKIOOMEZarrNGFF/build/ExternalData/test/Baseline/simple_tyx_t0.mha :
  Could not create IO object for reading file
ITKIOOMEZarrNGFF/build/Testing/Temporary/IOOMEZarrNGFF/simple_tyx_t0.mha

raised for example at: https://github.com/InsightSoftwareConsortium/ITKIOOMEZarrNGFF/actions/runs/9648607798/job/26615199448#step:15:223

thewtex commented 2 months ago

brilliant @jhlegarreta ! :eagle: :eye: