Skip to content

Commit

Permalink
Fix to test with 30pA
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Dec 16, 2024
1 parent d3ab6d7 commit 097a5b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ x86_64
/NeuroML/report.*.txt
/NeuroML/IClamp_AIY.json
/NeuroML/Sim_IClamp_AIY.json
/NeuroML/*.hoc
/NeuroML/*_nrn.py
/NeuroML/*.mod
2 changes: 1 addition & 1 deletion NeuroML/GenerateNeuroML.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def generate_nmllite(
if "IClamp" in config:
if not parameters:
parameters = {}
parameters["stim_amp"] = "35pA"
parameters["stim_amp"] = "30pA"
parameters["stim_delay"] = "%sms" % stim_delay
parameters["stim_duration"] = "%sms" % stim_duration

Expand Down
4 changes: 2 additions & 2 deletions NeuroML/IClamp_AIY.net.nml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Generated network: IClamp_AIY
Generation seed: 1234
NeuroMLlite parameters:
stim_amp = 35pA
stim_amp = 30pA
stim_delay = 1000ms
stim_duration = 5000ms</notes>
<include href="AIY.cell.nml"/>
<pulseGenerator id="iclamp_0" delay="1000ms" duration="5000ms" amplitude="35pA"/>
<pulseGenerator id="iclamp_0" delay="1000ms" duration="5000ms" amplitude="30pA"/>
<network id="IClamp_AIY" type="networkWithTemperature" temperature="34.0degC">
<notes>A network model: IClamp_AIY</notes>
<property tag="recommended_dt_ms" value="0.025"/>
Expand Down

0 comments on commit 097a5b5

Please sign in to comment.