File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ class NeuroML(Base):
100
100
Some description...
101
101
102
102
Args:
103
- id: The id of the NeuroML 2 document
104
- version: NeuroML version used
103
+ id: The id of the neuroML 2 document
104
+ version: neuroML version used
105
105
networks: The networks present
106
106
"""
107
107
@@ -115,7 +115,7 @@ class NeuroML(Base):
115
115
116
116
if __name__ == "__main__" :
117
117
118
- nml_doc = NeuroML (id = "TestNeuroML" , version = "NeuroML_v2.3" )
118
+ nml_doc = neuroML (id = "TestNeuroML" , version = "NeuroML_v2.3" )
119
119
120
120
izh = Izhikevich2007Cell (
121
121
id = "izh2007RS0" ,
@@ -183,5 +183,3 @@ class NeuroML(Base):
183
183
yy = yaml .dump (doc_dict , indent = 4 , sort_keys = False )
184
184
print (yy )
185
185
d .write (yy )
186
-
187
- save_to_xml_file (nml_doc , "NeuroML2.specification.xml" )
You can’t perform that action at this time.
0 commit comments