Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for RNG, part 1 #137

Merged
merged 15 commits into from
Nov 13, 2024
37 changes: 36 additions & 1 deletion modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
- fig1a()
- verify_graph_()
32992:
github: 'pull/1'
run:
- verify_graph_()
script:
Expand Down Expand Up @@ -440,6 +441,7 @@
- run()
- verify_graph_()
51781:
github: 'pull/3'
run:
- load_file("testnet.hoc")
- verify_graph_()
Expand Down Expand Up @@ -615,6 +617,7 @@
- run()
- verify_graph_()
180373:
github: 'pull/1'
model_dir: simulationcode
run:
- run()
Expand Down Expand Up @@ -778,6 +781,7 @@
- run()
- verify_graph_()
105507:
github: 'pull/4'
run:
- load_file("batch_.hoc")
- verify_graph_()
Expand All @@ -794,6 +798,7 @@
- pattern: '\s*\^\s*'
repl: ''
106551:
github: 'pull/2'
run:
- use_mcell_ran4(1)
- tstop=10
Expand Down Expand Up @@ -855,6 +860,7 @@
- runiv()
- verify_graph_()
112685:
github: 'pull/3'
run:
- run()
- verify_graph_()
Expand Down Expand Up @@ -1035,6 +1041,7 @@
- run()
- verify_graph_()
119283:
github: 'pull/1'
run:
- use_mcell_ran4(1)
- runi()
Expand Down Expand Up @@ -1284,6 +1291,7 @@
- iconv -f ISO-8859-1 -t UTF-8 init_ClmIPSCs_GC.hoc.iconv.bak > init_ClmIPSCs_GC.hoc
- sed -i'.bak' -e 's#ropen(#// ropen(#g;s#rseed = fscan()#rseed=424242#g' init_ClmIPSCs_GC.hoc
149739:
github: 'pull/3'
run:
- verify_graph_()
script:
Expand Down Expand Up @@ -1346,6 +1354,7 @@
168310:
model_dir: experiment
168314:
github: 'pull/1'
script:
# fixup for case-sensitive filesystems
- sed -i'.bak' 's#path = "./inputs/"#path = "./Inputs/"#g' ReadExperiments.hoc
Expand All @@ -1361,6 +1370,7 @@
comment: ".mod files do not compile"
skip: true
183300:
github: 'pull/2'
# Arbitrarily ignoring .mod files under early_theta_version/
model_dir: "."
183718:
Expand Down Expand Up @@ -1397,6 +1407,7 @@
# guessed from mosinit.hoc, there are other options
model_dir: "01_Soma-dendritic_recordings/01_Control/140311-C1/syncytium/num10"
189347:
github: 'pull/1'
script:
# we launch with special so don't try and dlopen mechanisms too
- sed -i'.bak' 's#nrn_load_dll#// nrn_load_dll#g' main.hoc
Expand Down Expand Up @@ -1438,6 +1449,7 @@
# README suggests all should be included
model_dir: "mechanisms/Event_stream;mechanisms/Golgi_CL;mechanisms/Granule_CL;mechanisms/Presynaptic_spike_generator;mechanisms/Synapses;mechanisms/gap"
232097:
github: 'pull/2'
script:
- mkdir connection input
curate_patterns:
Expand Down Expand Up @@ -1702,6 +1714,7 @@
script:
- sed -i'.bak' -e 's/tstop=/tstop=100 \/\//' Start.hoc
157157:
github: 'pull/3'
run:
- run()
- verify_graph_()
Expand Down Expand Up @@ -1880,7 +1893,7 @@
266498:
model_dir: 'MultiCompartmentModels/Mod'
266578:
github: 'pull/2'
github: 'pull/3'
33728:
github: 'pull/1'
2014832:
Expand All @@ -1897,3 +1910,25 @@
2016662:
skip: true
comment: "Not on GitHub and dirs contain spaces"
139150:
github: 'pull/1'
185513:
github: 'pull/3'
151731:
github: 'pull/1'
147757:
github: 'pull/1'
155602:
github: 'pull/3'
257027:
github: 'pull/1'
2015410:
github: 'pull/1'
128559:
github: 'pull/1'
127021:
github: 'pull/3'
137259:
github: 'pull/1'
126640:
github: 'pull/1'
Loading