You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
TYPE_DCT
is a dictionary created bytmd
package and the key values changed in the new version2.2.0
The text was updated successfully, but these errors were encountered: