Skip to content

Commit

Permalink
116094,123897,223649,241160: top-level mosinit.hoc (#85)
Browse files Browse the repository at this point in the history
Now when a model contains multiple mosinit.hoc, the least-nested one is
preferred. Before, the list of mosinit.hoc was sorted and the first one
was used.
  • Loading branch information
olupton committed Jun 5, 2023
1 parent 7b95867 commit c4c6750
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@
- makeplusplus()
- verify_graph_()
116094:
model_dir: LongDendrite
run:
- load_file("mosinit.hoc")
- run_experiment("fig2ace")
Expand Down Expand Up @@ -989,6 +990,7 @@
- run()
- verify_graph_()
123897:
model_dir: mechanism
run:
- xopen("experiment/Pyramidal_Main.hoc")
- freePlay()
Expand Down Expand Up @@ -1189,6 +1191,8 @@
script:
# Fix for case-sensitive filesystems
- mv Voltage.ses voltage.ses
223649:
model_dir: 1_Hemond/Segregated
223962:
skip: true
comment: takes too long, need to see how to reduce time
Expand All @@ -1207,6 +1211,11 @@
- mkdir connection input
237594:
model_dir: mechanism
241160:
model_dir: mechanism
script:
- mkdir -p membraneVoltages/shape-plot
- sed -i'.bak' 's#tstop[[:space:]]*=[[:space:]]*1050#tstop = 10#g' experiment/Pyramidal_Main.hoc
244262:
script:
- if [[ ! -f Iintra.dat ]]; then unzip Iintra.dat.zip; fi
Expand Down

0 comments on commit c4c6750

Please sign in to comment.