File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/jvmTest/kotlin/ai/hypergraph/kaliningraph/repair Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 java-version : 21
2020 - name : Build with Gradle
21- run : ./gradlew -PleaseExcludeBenchmarks allTests --stacktrace
21+ run : ./gradlew -PleaseExcludeBenchmarks allTests --stacktrace
22+ - name : Upload Test Reports
23+ if : always()
24+ uses : actions/upload-artifact@v4
25+ with :
26+ name : test-reports
27+ path : build/reports/
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ class ProbabilisticLBH {
744744/*
745745./gradlew jvmTest --tests "ai.hypergraph.kaliningraph.repair.ProbabilisticLBH.testSLPs"
746746*/
747- @Test
747+ // @Test // This test requires a lot of memory (more than GHCI can provide)
748748 fun testSLPs () {
749749// val pt = k2.startPTree(List(35) { "_" })!!
750750 val pt = completeWithSparseGRE(List (20 ) { " _" }, k3)!!
You can’t perform that action at this time.
0 commit comments