Skip to content

Commit

Permalink
FIX scale
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Nov 3, 2020
1 parent fdeb0e9 commit 4495b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hnn_core/pyramidal.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def secs(self):
'apical_oblique': 0.,
'apical_1': 1.,
'apical_tuft': 1.,
'basal_1': 1.,
'basal_1': -1.,
'basal_2': -np.sqrt(2.) / 2.,
'basal_3': -np.sqrt(2.) / 2.
}
Expand Down Expand Up @@ -499,7 +499,7 @@ def secs(self):
'apical_1': 1.,
'apical_2': 1.,
'apical_tuft': 1.,
'basal_1': 1.,
'basal_1': -1.,
'basal_2': -np.sqrt(2.) / 2.,
'basal_3': -np.sqrt(2.) / 2.
}
Expand Down

0 comments on commit 4495b26

Please sign in to comment.