Skip to content

Commit af44198

Browse files
authored
Merge pull request #180 from NeuralEnsemble/experimental
To v0.5.4
2 parents 55bf626 + eb37964 commit af44198

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

neuroml/examples/test_files/complete.nml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<continuousConnectionInstance id="0" preCell="../Pop_x/0/iaf0" preFractionAlong="0.925038673001334" postCell="../IafPop1[0]" postFractionAlong="0.890281011017758" preComponent="silent1" postComponent="gs1"/>
196196
</continuousProjection>
197197
<continuousProjection id="ProjCCIW" presynapticPopulation="Pop_x" postsynapticPopulation="IafPop1">
198-
<continuousConnectionInstanceW id="0" preCell="../Pop_x/0/iaf0" preFractionAlong="0.603907240251041" postCell="../IafPop1[0]" postFractionAlong="0.144025903342251" preComponent="silent1" postComponent="gs1" weight="5."/>
198+
<continuousConnectionInstanceW id="0" preCell="../Pop_x/0/iaf0" preFractionAlong="0.603907240251041" postCell="../IafPop1[0]" postFractionAlong="0.144025903342251" preComponent="silent1" postComponent="gs1" weight="5.0"/>
199199
</continuousProjection>
200200
<inputList id="il" population="Pop_x" component="pfs">
201201
<input id="0" target="../Pop_x/0/iaf0" destination="synapses"/>
@@ -208,14 +208,14 @@
208208
<input id="7" target="../Pop_x/7/iaf0" destination="synapses"/>
209209
</inputList>
210210
<inputList id="ilw" population="Pop_x" component="pfs">
211-
<inputW id="0" target="../Pop_x/0/iaf0" destination="synapses" weight="10."/>
212-
<inputW id="1" target="../Pop_x/1/iaf0" destination="synapses" weight="10."/>
213-
<inputW id="2" target="../Pop_x/2/iaf0" destination="synapses" weight="10."/>
214-
<inputW id="3" target="../Pop_x/3/iaf0" destination="synapses" weight="10."/>
215-
<inputW id="4" target="../Pop_x/4/iaf0" destination="synapses" weight="10."/>
216-
<inputW id="5" target="../Pop_x/5/iaf0" destination="synapses" weight="10."/>
217-
<inputW id="6" target="../Pop_x/6/iaf0" destination="synapses" weight="10."/>
218-
<inputW id="7" target="../Pop_x/7/iaf0" destination="synapses" weight="10."/>
211+
<inputW id="0" target="../Pop_x/0/iaf0" destination="synapses" weight="10.0"/>
212+
<inputW id="1" target="../Pop_x/1/iaf0" destination="synapses" weight="10.0"/>
213+
<inputW id="2" target="../Pop_x/2/iaf0" destination="synapses" weight="10.0"/>
214+
<inputW id="3" target="../Pop_x/3/iaf0" destination="synapses" weight="10.0"/>
215+
<inputW id="4" target="../Pop_x/4/iaf0" destination="synapses" weight="10.0"/>
216+
<inputW id="5" target="../Pop_x/5/iaf0" destination="synapses" weight="10.0"/>
217+
<inputW id="6" target="../Pop_x/6/iaf0" destination="synapses" weight="10.0"/>
218+
<inputW id="7" target="../Pop_x/7/iaf0" destination="synapses" weight="10.0"/>
219219
</inputList>
220220
</network>
221221
</neuroml>
0 Bytes
Binary file not shown.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = libNeuroML
3-
version = 0.5.3
3+
version = 0.5.4
44
55
author = libNeuroML authors and contributors
66
description = A Python library for working with NeuroML descriptions of neuronal models

0 commit comments

Comments
 (0)