-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated exported cell, adding axon & fixing densities
Passing tests
- Loading branch information
Showing
13 changed files
with
6,955 additions
and
6,347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
system: Testing a detailed cell | ||
|
||
experiments: | ||
0.6: | ||
0.3: | ||
expected: | ||
spike times: [55.95, 68.85, 80.55, 90.325, 142.6, 156.45, 171.025, 185.575, 200.1, 214.65, 229.25, 243.85, 258.525, 273.2, 287.925] | ||
0.7: | ||
spike times: [71.275, 106.525, 153.125] | ||
0.4: | ||
expected: | ||
spike times: [54.825, 66.6, 76.75, 171.1, 182.05, 194.675, 207.7, 220.7, 233.675, 246.7, 259.725, 272.8, 285.9, 299.0] | ||
spike times: [60.975, 79.25, 97.925, 117.75, 138.65, 160.225, 182.2, 204.475, 226.975, 249.65, 272.475, 295.425] | ||
0.5: | ||
expected: | ||
spike times: [57.675, 72.375, 86.325, 99.95, 113.85, 128.825, 144.925, 161.55, 178.4, 195.35, 212.4, 229.525, 246.725, 263.975, 281.275, 298.6] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
|
||
nrnpython("from neuron import h") | ||
nrnpython("import os") | ||
nrnpython("print os.getcwd()") | ||
nrnpython("print('Current dir: '+os.getcwd())") | ||
nrnpython("from test_iclamp import run_iclamp") | ||
|
||
nrnpython("run_iclamp([0], False, True)") | ||
celsius = 35 | ||
|
||
nrnpython("mymodel = run_iclamp([0], True, True, None)") | ||
|
||
define_shape() | ||
|
||
count2=0 | ||
forall {print "--------------- ", secname()} | ||
forall { count2=count2+1 } | ||
print "-- Number of sections: ", count2 | ||
|
||
load_file("test/cellCheck.hoc") | ||
|
||
psection() | ||
cellInfo() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.