-
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.
Merge pull request #498 from BlueBrain/arbor-v0.10
fix arbor tests with latest arbor version
- Loading branch information
Showing
27 changed files
with
114 additions
and
68 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
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
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
12 changes: 6 additions & 6 deletions
12
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.1-dev")) | ||
(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"))))) |
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/CCell/CCell_label_dict.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
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/CCell/simple_axon_replacement.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.1-dev")) | ||
(version "0.9-dev")) | ||
(morphology | ||
(branch 0 -1 | ||
(segment 0 | ||
|
6 changes: 3 additions & 3 deletions
6
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.1-dev")) | ||
(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"))) |
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/expsyn/simple_cell_label_dict.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
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/l5pc/C060114A7_axon_replacement.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.1-dev")) | ||
(version "0.9-dev")) | ||
(morphology | ||
(branch 0 -1 | ||
(segment 0 | ||
|
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/l5pc/C060114A7_modified.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.1-dev")) | ||
(version "0.9-dev")) | ||
(morphology | ||
(branch 0 -1 | ||
(segment 0 | ||
|
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/l5pc/l5pc_label_dict.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
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_axon_replacement.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.1-dev")) | ||
(version "0.9-dev")) | ||
(morphology | ||
(branch 0 -1 | ||
(segment 0 | ||
|
4 changes: 2 additions & 2 deletions
4
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.1-dev")) | ||
(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)))))) |
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_cell_label_dict.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
2 changes: 1 addition & 1 deletion
2
bluepyopt/tests/test_ephys/testdata/acc/simplecell/simple_modified.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.1-dev")) | ||
(version "0.9-dev")) | ||
(morphology | ||
(branch 0 -1 | ||
(segment 0 | ||
|
Oops, something went wrong.