Skip to content

Commit 74e6011

Browse files
committed
fix path to samples
1 parent 3048e16 commit 74e6011

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/fiji/plugin/appose/cellpose/MainCP3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void main( final String[] args )
4545
final ImageJ ij = new ImageJ();
4646
ij.launch();
4747
IJ.openImage( "http://imagej.net/images/blobs.gif" ).show();
48-
// IJ.openImage( "sample_data/test.tif" ).show();
48+
// IJ.openImage( "samples/test.tif" ).show();
4949
ij.command().run( CellposeAppose.class, true );
5050
}
5151
}

src/test/java/fiji/plugin/appose/cellpose/MainCP4.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public static void main( final String[] args )
4444
{
4545
final ImageJ ij = new ImageJ();
4646
ij.launch();
47-
IJ.openImage( "http://imagej.net/images/blobs.gif" ).show();
48-
// IJ.openImage( "sample_data/test.tif" ).show();
47+
// IJ.openImage( "http://imagej.net/images/blobs.gif" ).show();
48+
IJ.openImage( "samples/test.tif" ).show();
4949
ij.command().run( CellposeSAMAppose.class, true );
5050
}
5151
}

0 commit comments

Comments
 (0)