Skip to content

Commit

Permalink
cache disabled before reset
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Oct 31, 2024
1 parent 297f8d9 commit ae7a8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlapy/owl_reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1025,9 +1025,9 @@ def _retrieve_triples(self, pe: OWLPropertyExpression) -> Iterable:
yield from relations

def reset_and_disable_cache(self):
self.reset()
self.class_cache = False
self._property_cache = False
self.reset()


class SyncReasoner(AbstractOWLReasoner):
Expand Down

0 comments on commit ae7a8de

Please sign in to comment.