mrmechko / pytrips

GNU General Public License v2.0
6 stars 2 forks source link

ontology load error #40

Open Ali-MH-Mansour opened 5 months ago

Ali-MH-Mansour commented 5 months ago

Hi Thanks for this work. I got an error msg when loading ontology. i used the following code pip install pytrips pip install pytrips[tools] # optional import nltk nltk.download('wordnet')

from pytrips.ontology import load ont = load() KeyError: 'restriction' line 45 in ontology.py

i think it should be restr?