Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 15, 2023
1 parent e467774 commit 29a57c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_extract_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ def test_parameters():
"basal_dendrite": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": None,
"growth_method": "tmd",
"branching_method": "bio_oriented",
Expand All @@ -455,7 +454,6 @@ def test_parameters():
"apical_dendrite": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, 1.0, 0.0]],
"growth_method": "tmd_apical",
"branching_method": "directional",
Expand All @@ -482,7 +480,6 @@ def test_parameters():
expected_params["axon"] = {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, -1.0, 0.0]],
"growth_method": "tmd",
"branching_method": "bio_oriented",
Expand All @@ -506,7 +503,6 @@ def test_parameters():
"basal_dendrite": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": None,
"growth_method": "tmd",
"branching_method": "bio_oriented",
Expand All @@ -518,7 +514,6 @@ def test_parameters():
"apical_dendrite": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, 1.0, 0.0]],
"growth_method": "tmd_apical",
"branching_method": "directional",
Expand All @@ -545,7 +540,6 @@ def test_parameters():
"axon": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, -1.0, 0.0]],
"growth_method": "tmd",
"branching_method": "bio_oriented",
Expand All @@ -571,7 +565,6 @@ def test_parameters():
"axon": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, -1.0, 0.0]],
"growth_method": "trunk",
"branching_method": "random",
Expand Down Expand Up @@ -599,7 +592,6 @@ def test_parameters():
"axon": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, -1.0, 0.0]],
"growth_method": "trunk",
"branching_method": "random",
Expand Down Expand Up @@ -629,7 +621,6 @@ def test_parameters():
"axon": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, -1.0, 0.0]],
"growth_method": "trunk",
"branching_method": "random",
Expand Down Expand Up @@ -664,7 +655,6 @@ def test_parameters():
"basal_dendrite": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": None,
"growth_method": "tmd",
"branching_method": "bio_oriented",
Expand All @@ -676,7 +666,6 @@ def test_parameters():
"apical_dendrite": {
"randomness": 0.24,
"targeting": 0.14,
"radius": 0.3,
"orientation": [[0.0, 1.0, 0.0]],
"growth_method": "tmd_apical",
"branching_method": "directional",
Expand Down

0 comments on commit 29a57c3

Please sign in to comment.