Skip to content

Commit bd23594

Browse files
committed
updated path
1 parent 35b655c commit bd23594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class TestSamplers(unittest.TestCase):
9-
kb = KnowledgeBase(path="../KGs/Hepatitis/hepatitis.owl")
9+
kb = KnowledgeBase(path="KGs/Hepatitis/hepatitis.owl")
1010
pos = {OWLNamedIndividual("http://dl-learner.org/res/patient346"),
1111
OWLNamedIndividual("http://dl-learner.org/res/patient345")}
1212
neg = {OWLNamedIndividual("http://dl-learner.org/res/patient344"),

0 commit comments

Comments
 (0)