Skip to content

Commit

Permalink
updated ontology path
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Jun 18, 2024
1 parent daed40e commit 03b089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_owlapi_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class TestOwlapiAdaptor(unittest.TestCase):
ns = "http://dl-learner.org/mutagenesis#"
ontology_path = "../KGs/Mutagenesis/mutagenesis1.owl"
ontology_path = "KGs/Mutagenesis/mutagenesis1.owl"
nitrogen38 = OWLClass(IRI.create(ns, "Nitrogen-38"))
charge = OWLDataProperty(IRI.create(ns, "charge"))
has_charge_more_than_0_85 = OWLDataSomeValuesFrom(charge, owl_datatype_min_inclusive_restriction(0.85))
Expand Down

0 comments on commit 03b089b

Please sign in to comment.