Skip to content

Commit

Permalink
fixing the path of the family dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Mozart committed Feb 19, 2025
1 parent 9841e06 commit c9eae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_semantic_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TestSemanticCache:
def setup_method(self):
self.path_kg = "KGs/Family/family.owl" # path to the family datasets
self.path_kg = "KGs/Family/family-benchmark_rich_background.owl" # path to the family datasets
self.path_kge = None
self.symbolic_reasoner = "HermiT"
self.neural_reasoner = "EBR"
Expand Down

0 comments on commit c9eae8c

Please sign in to comment.