Skip to content

Commit

Permalink
fix: Update configuration templates, remove ParticlePlacement (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie authored Oct 17, 2024
1 parent a94e987 commit 24cb6ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions bsb_yaml/templates/skeleton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ network:
x: 100
y: 100
z: 100
morphologies: []
regions: {}
partitions: {}
cell_types: {}
Expand Down
14 changes: 5 additions & 9 deletions bsb_yaml/templates/starting_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ storage:
engine: hdf5
root: network.hdf5
network:
x: 400
y: 600
z: 400
x: 200.0
y: 200.0
z: 200.0
partitions:
base_layer:
type: layer
Expand All @@ -14,14 +14,10 @@ cell_types:
base_type:
spatial:
radius: 2.5
density: 0.00039
plotting:
display_name: Template cell
color: "#E62314"
opacity: 0.5
density: 3.9e-4
placement:
example_placement:
strategy: bsb.placement.ParticlePlacement
strategy: bsb.placement.RandomPlacement
cell_types:
- base_type
partitions:
Expand Down

0 comments on commit 24cb6ed

Please sign in to comment.