dice-group / owlapy

OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.
MIT License
16 stars 1 forks source link

Iri.reminder RecursionError: #51

Closed Demirrr closed 2 months ago

Demirrr commented 3 months ago

https://github.com/dice-group/owlapy/blob/a619e2c5dbfce8943bc66c509d58e6f8ab2175fc/owlapy/iri.py#L153

i.iri.reminder and i.iri.reminder() lead to RecursionError: maximum recursion depth exceeded

i.iri.get_short_form() works perfectly fine. We should stick with i.iri.reminder for the sake of readability.

owlapy.version '1.0.2'