-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jaquier Aurélien Tristan
committed
Aug 20, 2024
1 parent
0373e39
commit f400cbb
Showing
9 changed files
with
51 additions
and
42 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
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
10 changes: 5 additions & 5 deletions
10
bluepyopt/tests/test_ephys/testdata/acc/CCell/CCell_decor.acc
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,10 @@ | ||
(arbor-component | ||
(meta-data (version "0.9-dev")) | ||
(decor | ||
(default (gSKv3_1bar_SKv3_1 65)) | ||
(paint (region "soma") (gSKv3_1bar_SKv3_1 65)) | ||
(paint (region "soma") (gSKv3_1bar_SKv3_1 65)) | ||
(default (gSKv3_1bar_SKv3_1 65 (scalar 1.0))) | ||
(paint (region "soma") (gSKv3_1bar_SKv3_1 65 (scalar 1.0))) | ||
(paint (region "soma") (gSKv3_1bar_SKv3_1 65 (scalar 1.0))) | ||
(paint (region "dend") (density (mechanism "BBP::Ih"))) | ||
(paint (region "apic") (gSKv3_1bar_SKv3_1 65)) | ||
(paint (region "apic") (gSKv3_1bar_SKv3_1 65)) | ||
(paint (region "apic") (gSKv3_1bar_SKv3_1 65 (scalar 1.0))) | ||
(paint (region "apic") (gSKv3_1bar_SKv3_1 65 (scalar 1.0))) | ||
(paint (region "apic") (density (mechanism "BBP::Ih"))))) |
4 changes: 2 additions & 2 deletions
4
bluepyopt/tests/test_ephys/testdata/acc/expsyn/simple_cell_decor.acc
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,6 +1,6 @@ | ||
(arbor-component | ||
(meta-data (version "0.9-dev")) | ||
(decor | ||
(paint (region "soma") (membrane-capacitance 0.01)) | ||
(paint (region "soma") (membrane-capacitance 0.01 (scalar 1.0))) | ||
(paint (region "soma") (density (mechanism "default::pas"))) | ||
(place (locset "somacenter") (synapse (mechanism "default::expsyn" ("tau" 10))) "expsyn"))) | ||
(place (locset "somacenter") (synapse (mechanism "default::expsyn" ("tau" 10 (scalar 1.0)))) "expsyn"))) |
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
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_cell_decor.acc
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,5 +1,5 @@ | ||
(arbor-component | ||
(meta-data (version "0.9-dev")) | ||
(decor | ||
(paint (region "soma") (membrane-capacitance 0.01)) | ||
(paint (region "soma") (membrane-capacitance 0.01 (scalar 1.0))) | ||
(paint (region "soma") (density (mechanism "default::hh" ("gnabar" 0.10299326453483033) ("gkbar" 0.027124836082684685)))))) |
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