Skip to content

Commit c41bfae

Browse files
committed
Uncomment tests previously disabled due to long runtime in StarDist and Cellpose detector test classes
1 parent a10dd95 commit c41bfae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/org/mastodon/mamut/detection/cellpose/Cellpose3DetectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
class Cellpose3DetectorTest
6363
{
6464

65-
@Disabled( "This test is disabled, because it has very long runtime (> 2 minutes)" )
65+
//@Disabled( "This test is disabled, because it has very long runtime (> 2 minutes)" )
6666
@Test
6767
void testCompute3D() throws IllegalAccessException, URISyntaxException, NoSuchFieldException
6868
{

src/test/java/org/mastodon/mamut/detection/cellpose/Cellpose4DetectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
class Cellpose4DetectorTest
5959
{
6060

61-
@Disabled( "This test is disabled, because it has very long runtime (> 5 minutes)" )
61+
//@Disabled( "This test is disabled, because it has very long runtime (> 5 minutes)" )
6262
@Test
6363
void testCompute3D() throws IllegalAccessException, NoSuchFieldException
6464
{

src/test/java/org/mastodon/mamut/detection/stardist/StarDistDetectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
class StarDistDetectorTest
5858
{
59-
@Disabled( "This test is disabled, because it has very long runtime (> 2 minutes)" )
59+
//@Disabled( "This test is disabled, because it has very long runtime (> 2 minutes)" )
6060
@Test
6161
void testCompute3D() throws IllegalAccessException, URISyntaxException, NoSuchFieldException
6262
{

0 commit comments

Comments
 (0)