We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b655c commit bd23594Copy full SHA for bd23594
tests/test_sampling.py
@@ -6,7 +6,7 @@
6
7
8
class TestSamplers(unittest.TestCase):
9
- kb = KnowledgeBase(path="../KGs/Hepatitis/hepatitis.owl")
+ kb = KnowledgeBase(path="KGs/Hepatitis/hepatitis.owl")
10
pos = {OWLNamedIndividual("http://dl-learner.org/res/patient346"),
11
OWLNamedIndividual("http://dl-learner.org/res/patient345")}
12
neg = {OWLNamedIndividual("http://dl-learner.org/res/patient344"),
0 commit comments