TYPE_DCT is a dictionary created by tmd package and the key values changed in the new version 2.2.0
from morphoclass.utils import print_warning
File "/gpfs/bbp.cscs.ch/project/proj148/home/dictus/play_with_morphology/morphoclass/venv/lib/pyth
on3.8/site-packages/morphoclass/utils.py", line 53, in <module>
SectionType.basal_dendrite: TYPE_DCT["basal"],
KeyError: 'basal'
TYPE_DCT
is a dictionary created bytmd
package and the key values changed in the new version2.2.0