Skip to content

Commit

Permalink
Regenerated nml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 1, 2024
1 parent ab99f39 commit fb223d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/NeuroML/LEMS_SimABCD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--
This LEMS file has been automatically generated using PyNeuroML v1.1.4 (libNeuroML v0.5.5)
This LEMS file has been automatically generated using PyNeuroML v1.1.8 (libNeuroML v0.5.7)
-->

Expand All @@ -19,7 +19,6 @@
<Include file="ABCD__lems.xml"/>

<Simulation id="SimABCD" length="5000.0ms" step="100.0ms" target="ABCD" seed="123"> <!-- Note seed: ensures same random numbers used every run -->

<Display id="A_0_OUTPUT" title="Plots of A_0_OUTPUT" timeScale="1ms" xmin="-500.0" xmax="5500.0" ymin="-1" ymax="1">
<Line id="A_0_a_OUTPUT" quantity="A/0/a/OUTPUT" scale="1" color="#d54f33" timeScale="1ms"/>
</Display>
Expand Down
3 changes: 1 addition & 2 deletions examples/NeuroML/LEMS_SimFN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--
This LEMS file has been automatically generated using PyNeuroML v1.1.4 (libNeuroML v0.5.5)
This LEMS file has been automatically generated using PyNeuroML v1.1.8 (libNeuroML v0.5.7)
-->

Expand All @@ -19,7 +19,6 @@
<Include file="FN__lems.xml"/>

<Simulation id="SimFN" length="100.0ms" step="0.05ms" target="FN" seed="123"> <!-- Note seed: ensures same random numbers used every run -->

<Display id="FNpop_0_V" title="Plots of FNpop_0_V" timeScale="1ms" xmin="-10.0" xmax="110.00000000000001" ymin="-1" ymax="1">
<Line id="FNpop_0_fn_V" quantity="FNpop/0/fn/V" scale="1" color="#d54f33" timeScale="1ms"/>
</Display>
Expand Down
3 changes: 1 addition & 2 deletions examples/NeuroML/LEMS_SimIzhikevichTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--
This LEMS file has been automatically generated using PyNeuroML v1.1.4 (libNeuroML v0.5.5)
This LEMS file has been automatically generated using PyNeuroML v1.1.8 (libNeuroML v0.5.7)
-->

Expand All @@ -18,7 +18,6 @@
<Include file="IzhikevichTest.net.nml"/>

<Simulation id="SimIzhikevichTest" length="700.0ms" step="0.025ms" target="IzhikevichTest" seed="5678"> <!-- Note seed: ensures same random numbers used every run -->

<Display id="izhPop_0_u" title="Plots of izhPop_0_u" timeScale="1ms" xmin="-70.0" xmax="770.0000000000001" ymin="-1" ymax="1">
<Line id="izhPop_0__u" quantity="izhPop[0]/u" scale="1" color="#d54f33" timeScale="1ms"/>
</Display>
Expand Down

0 comments on commit fb223d7

Please sign in to comment.