Skip to content

Commit

Permalink
feat: remove unused stack_index in Layer
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Jul 31, 2024
1 parent a1ecf05 commit ea3d81b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bsb_test/configs/full_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"some_olive": {"type": "stack", "children": ["io_layer"]},
},
"partitions": {
"dcn_layer": {"thickness": 600.0, "stack_index": 0},
"granular_layer": {"thickness": 150.0, "stack_index": 1},
"purkinje_layer": {"thickness": 30.0, "stack_index": 2},
"b_molecular_layer": {"thickness": 50.0, "stack_index": 3},
"t_molecular_layer": {"thickness": 100.0, "stack_index": 4},
"io_layer": {"thickness": 15.0, "stack_index": 0},
"dcn_layer": {"thickness": 600.0},
"granular_layer": {"thickness": 150.0},
"purkinje_layer": {"thickness": 30.0},
"b_molecular_layer": {"thickness": 50.0},
"t_molecular_layer": {"thickness": 100.0},
"io_layer": {"thickness": 15.0},
},
"cell_types": {
"granule_cell": {
Expand Down

0 comments on commit ea3d81b

Please sign in to comment.