diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java index 31d2eac..0ce3d69 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaFLY.java | |||
| @@ -25,7 +25,6 @@ public class TestPagodaFLY { | |||
| 25 | .query(Paths.get(ontoDir, "fly/queries/fly.sparql")) | 25 | .query(Paths.get(ontoDir, "fly/queries/fly.sparql")) |
| 26 | .answer(answers) | 26 | .answer(answers) |
| 27 | .classify(false) | 27 | .classify(false) |
| 28 | .hermit(true) | ||
| 29 | .build(); | 28 | .build(); |
| 30 | 29 | ||
| 31 | pagoda.run(); | 30 | pagoda.run(); |
| @@ -45,7 +44,6 @@ public class TestPagodaFLY { | |||
| 45 | .answer(answers) | 44 | .answer(answers) |
| 46 | // .answer(Paths.get("/home/alessandro/Desktop/answers.json")) | 45 | // .answer(Paths.get("/home/alessandro/Desktop/answers.json")) |
| 47 | .classify(false) | 46 | .classify(false) |
| 48 | .hermit(true) | ||
| 49 | .build(); | 47 | .build(); |
| 50 | 48 | ||
| 51 | pagoda.run(); | 49 | pagoda.run(); |
| @@ -57,8 +55,8 @@ public class TestPagodaFLY { | |||
| 57 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | 55 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); |
| 58 | 56 | ||
| 59 | Pagoda.builder() | 57 | Pagoda.builder() |
| 60 | .ontology(Paths.get(ontoDir, "fly/fly_rolledUp.owl")) | 58 | // .ontology(Paths.get(ontoDir, "fly/fly_rolledUp.owl")) |
| 61 | // .ontology(Paths.get(ontoDir, "fly/fly_anatomy_XP_with_GJ_FC_individuals.owl")) | 59 | .ontology(Paths.get(ontoDir, "fly/fly_anatomy_XP_with_GJ_FC_individuals.owl")) |
| 62 | .query(Paths.get(ontoDir, "fly/queries/new_queries.sparql")) | 60 | .query(Paths.get(ontoDir, "fly/queries/new_queries.sparql")) |
| 63 | // .answer(Paths.get("/home/alessandro/Desktop/answers.json")) | 61 | // .answer(Paths.get("/home/alessandro/Desktop/answers.json")) |
| 64 | .classify(false) | 62 | .classify(false) |
