Skip to content

Commit 0cfe4cc

Browse files
committed
Update components
* Trainable_Segmentation: 3.3.3 -> 3.3.4 * n5-zarr: 0.0.7 -> 0.0.8 And reenable their tests in the mega melt.
1 parent ff6d6c8 commit 0cfe4cc

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
<TopoJ_.version>${TopoJ.version}</TopoJ_.version>
913913
<sc.fiji.TopoJ_.version>${TopoJ_.version}</sc.fiji.TopoJ_.version>
914914

915-
<Trainable_Segmentation.version>3.3.3</Trainable_Segmentation.version>
915+
<Trainable_Segmentation.version>3.3.4</Trainable_Segmentation.version>
916916
<sc.fiji.Trainable_Segmentation.version>${Trainable_Segmentation.version}</sc.fiji.Trainable_Segmentation.version>
917917

918918
<TrakEM2_Archipelago.version>2.0.4</TrakEM2_Archipelago.version>
@@ -1137,7 +1137,7 @@
11371137
<org.janelia.saalfeldlab.n5-viewer_fiji.version>${n5-viewer_fiji.version}</org.janelia.saalfeldlab.n5-viewer_fiji.version>
11381138

11391139
<!-- N5 Zarr - https://github.com/saalfeldlab/n5-zarr -->
1140-
<n5-zarr.version>0.0.7</n5-zarr.version>
1140+
<n5-zarr.version>0.0.8</n5-zarr.version>
11411141
<org.janelia.saalfeldlab.n5-zarr.version>${n5-zarr.version}</org.janelia.saalfeldlab.n5-zarr.version>
11421142

11431143
<!-- Fiji-adjacent projects (available from ImageJ update sites) -->

tests/run.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,9 @@ grep -qxF "$f" $dir/skipTests.txt \&\& buildFlags=-DskipTests\
185185
chmod +x "$meltScript" ||
186186
die "Failed to adjust $meltScript"
187187

188-
# TEMP: Until saalfeldlab/n5-zarr#11 is merged and released.
189-
echo "org.janelia.saalfeldlab/n5-zarr" >> "$skipTestsFile" &&
190-
191188
# TEMP: Until saalfeldlab/n5-aws-s3#13 is fixed.
192189
echo "org.janelia.saalfeldlab/n5-aws-s3" >> "$skipTestsFile" &&
193190

194-
# TEMP: Until fiji/Trainable_Segmentation#75 is fixed.
195-
echo "sc.fiji/Trainable_Segmentation" >> "$skipTestsFile" &&
196-
197191
# Error while checking the CLIJ2 installation: null
198192
echo "sc.fiji/labkit-pixel-classification" >> "$skipTestsFile" ||
199193
die "Failed to generate $skipTestsFile"

0 commit comments

Comments
 (0)