File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <neuroml xmlns =" http://www.neuroml.org/schema/neuroml2" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" id =" TestNeuroML" xsi : schemaLocation =" http://www.neuroml.org/schema/neuroml2
3
- https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" >
2
+ <neuroml xmlns =" http://www.neuroml.org/schema/neuroml2" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" id =" TestNeuroML" xsi : schemaLocation =" http://www.neuroml.org/schema/neuroml2https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" >
4
3
<izhikevich2007Cell id =" izh2007RS0" C =" 100pF" v0 =" -60mV" k =" 0.7nS_per_mV" vr =" -60mV" vt =" -40mV" vpeak =" 35mV" a =" 0.03per_ms" b =" -2nS" c =" -50.0mV" d =" 100pA" />
5
4
<pulseGenerator id =" pulseGen_0" delay =" 100ms" duration =" 800ms" amplitude =" 0.07 nA" />
6
5
<network id =" IzNet" >
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ class neuroml(Base):
113
113
validator = instance_of (str ), default = "http://www.w3.org/2001/XMLSchema-instance"
114
114
)
115
115
xmlns_loc : str = field (
116
- validator = instance_of (str ), default = "http://www.neuroml.org/schema/neuroml2https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd"
116
+ validator = instance_of (str ),
117
+ default = "http://www.neuroml.org/schema/neuroml2https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" ,
117
118
)
118
-
119
119
120
120
izhikevich2007Cells : List [izhikevich2007Cell ] = field (factory = list )
121
121
pulseGenerators : List [pulseGenerator ] = field (factory = list )
You can’t perform that action at this time.
0 commit comments