Skip to content

Commit

Permalink
removed domain test
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Aug 27, 2024
1 parent 96f8c28 commit 8adea84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_sync_reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ def test_sub_classes(self):
def test_super_classes(self):
self.assertCountEqual(list(reasoner2.super_classes(L)), [M, OWLNothing])

def test_data_property_domains(self):
self.assertCountEqual(list(reasoner2.data_property_domains(dp1, True)), [AB])

def test_object_property_domains(self):
self.assertCountEqual(list(self.reasoner.object_property_domains(self.hasAtom, False)), [self.compound, OWLThing])
self.assertCountEqual(list(self.reasoner.object_property_domains(self.hasAtom, True)), [self.compound])
Expand Down

0 comments on commit 8adea84

Please sign in to comment.