Skip to content

Support of NeuroML2.0?

Created by: lungsi

Hi, I currently have MOOSE 3.1.4. I tried loading NML2_SingleCompHHCell.nml using the steps shown in moose-example

filename = "NML2_SingleCompHHCell.nml"
reader = moose.mooseReadNML2( filename )

which resulted in

AttributeError                            Traceback (most recent call last)
<ipython-input-6-4765915052fc> in <module>
      1 filename = "NML2_SingleCompHHCell.nml"
----> 2 reader = moose.mooseReadNML2( filename )

AttributeError: module 'moose' has no attribute 'mooseReadNML2'

I noticed that this version of moose no longer has the method mooseReadNML2 but I see moose.mooseReadSBML.

Have you stopped supporting NeuroML2.0?