Skip to content

Commit

Permalink
changing cell name to L2_basket
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdy88 committed Jan 11, 2024
1 parent 35ed6ac commit 5ca37a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def __init__(self, params, add_drives_from_params=False,
# Source dict of names, first real ones only!
# adding self before cell_types to make it an instance attribute
self.cell_types = {
'Ryan': basket(cell_name=_short_name('L2_basket')),
'L2_basket': basket(cell_name=_short_name('L2_basket')),
'L2_pyramidal': pyramidal(cell_name=_short_name('L2_pyramidal')),
'L5_basket': basket(cell_name=_short_name('L5_basket')),
'L5_pyramidal': pyramidal(cell_name=_short_name('L5_pyramidal'))
Expand Down

0 comments on commit 5ca37a5

Please sign in to comment.