Skip to content

Commit 4ee40e1

Browse files
committed
Remove for headless
1 parent 736bbf5 commit 4ee40e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dl4j-examples/src/test/java/org/deeplearning4j/examples/QuickTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public void test() throws Exception {
1111
LeNetMNIST.main(new String[]{});
1212
System.out.println("Ending LenetMNIST");
1313
System.out.println("Beginning VaeMNISTAnomaly");
14-
VaeMNISTAnomaly.main(new String[]{});
15-
System.out.println("Beginning VaeMNISTAnomaly");
14+
//VaeMNISTAnomaly.main(new String[]{});
15+
//System.out.println("Beginning VaeMNISTAnomaly");
1616

1717
}
1818

0 commit comments

Comments
 (0)