Skip to content

Commit

Permalink
set paths to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Aug 27, 2024
1 parent f5fdc1a commit 96f8c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sync_reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
S = OWLClass(IRI(NS, 'S'))
T = OWLClass(IRI(NS, 'T'))
U = OWLClass(IRI(NS, 'U'))
reasoner2 = SyncReasoner("../KGs/Test/test_ontology.owl")
reasoner2 = SyncReasoner("KGs/Test/test_ontology.owl")

class TestSyncReasoner(unittest.TestCase):
ns = "http://dl-learner.org/mutagenesis#"
ontology_path = "../KGs/Mutagenesis/mutagenesis.owl"
ontology_path = "KGs/Mutagenesis/mutagenesis.owl"
nitrogen38 = OWLClass(IRI.create(ns, "Nitrogen-38"))
compound = OWLClass(IRI.create(ns, "Compound"))
atom = OWLClass(IRI.create(ns, "Atom"))
Expand Down

0 comments on commit 96f8c28

Please sign in to comment.