Skip to content

Commit

Permalink
Merge pull request #180 from NeuralEnsemble/experimental
Browse files Browse the repository at this point in the history
To v0.5.4
  • Loading branch information
pgleeson committed Sep 19, 2023
2 parents 55bf626 + eb37964 commit af44198
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions neuroml/examples/test_files/complete.nml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<continuousConnectionInstance id="0" preCell="../Pop_x/0/iaf0" preFractionAlong="0.925038673001334" postCell="../IafPop1[0]" postFractionAlong="0.890281011017758" preComponent="silent1" postComponent="gs1"/>
</continuousProjection>
<continuousProjection id="ProjCCIW" presynapticPopulation="Pop_x" postsynapticPopulation="IafPop1">
<continuousConnectionInstanceW id="0" preCell="../Pop_x/0/iaf0" preFractionAlong="0.603907240251041" postCell="../IafPop1[0]" postFractionAlong="0.144025903342251" preComponent="silent1" postComponent="gs1" weight="5."/>
<continuousConnectionInstanceW id="0" preCell="../Pop_x/0/iaf0" preFractionAlong="0.603907240251041" postCell="../IafPop1[0]" postFractionAlong="0.144025903342251" preComponent="silent1" postComponent="gs1" weight="5.0"/>
</continuousProjection>
<inputList id="il" population="Pop_x" component="pfs">
<input id="0" target="../Pop_x/0/iaf0" destination="synapses"/>
Expand All @@ -208,14 +208,14 @@
<input id="7" target="../Pop_x/7/iaf0" destination="synapses"/>
</inputList>
<inputList id="ilw" population="Pop_x" component="pfs">
<inputW id="0" target="../Pop_x/0/iaf0" destination="synapses" weight="10."/>
<inputW id="1" target="../Pop_x/1/iaf0" destination="synapses" weight="10."/>
<inputW id="2" target="../Pop_x/2/iaf0" destination="synapses" weight="10."/>
<inputW id="3" target="../Pop_x/3/iaf0" destination="synapses" weight="10."/>
<inputW id="4" target="../Pop_x/4/iaf0" destination="synapses" weight="10."/>
<inputW id="5" target="../Pop_x/5/iaf0" destination="synapses" weight="10."/>
<inputW id="6" target="../Pop_x/6/iaf0" destination="synapses" weight="10."/>
<inputW id="7" target="../Pop_x/7/iaf0" destination="synapses" weight="10."/>
<inputW id="0" target="../Pop_x/0/iaf0" destination="synapses" weight="10.0"/>
<inputW id="1" target="../Pop_x/1/iaf0" destination="synapses" weight="10.0"/>
<inputW id="2" target="../Pop_x/2/iaf0" destination="synapses" weight="10.0"/>
<inputW id="3" target="../Pop_x/3/iaf0" destination="synapses" weight="10.0"/>
<inputW id="4" target="../Pop_x/4/iaf0" destination="synapses" weight="10.0"/>
<inputW id="5" target="../Pop_x/5/iaf0" destination="synapses" weight="10.0"/>
<inputW id="6" target="../Pop_x/6/iaf0" destination="synapses" weight="10.0"/>
<inputW id="7" target="../Pop_x/7/iaf0" destination="synapses" weight="10.0"/>
</inputList>
</network>
</neuroml>
Binary file modified neuroml/examples/test_files/complete.nml.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = libNeuroML
version = 0.5.3
version = 0.5.4
author_email = vellamike@gmail.com, p.gleeson@gmail.com
author = libNeuroML authors and contributors
description = A Python library for working with NeuroML descriptions of neuronal models
Expand Down

0 comments on commit af44198

Please sign in to comment.