From f7ca9b820d911e995db2dd690c73a5941b156cfb Mon Sep 17 00:00:00 2001 From: Dimitri RODARIE Date: Mon, 5 Aug 2024 13:07:18 +0200 Subject: [PATCH] feat: remove unused stack_index in Layer (#6) --- bsb_test/configs/full_compile.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bsb_test/configs/full_compile.py b/bsb_test/configs/full_compile.py index 6a12aa2..d31420f 100644 --- a/bsb_test/configs/full_compile.py +++ b/bsb_test/configs/full_compile.py @@ -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": {