Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 07c8fbe

Browse files
Merge pull request #435 from AurelienJaquier/typo
fix typo in parameters.py
2 parents c9c91ae + c339587 commit 07c8fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/ephys/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class NrnPointProcessParameter(NrnParameter, DictMixin):
253253
"""Parameter of a section"""
254254
SERIALIZED_FIELDS = ('name', 'value', 'frozen', 'bounds', 'param_name',
255255
'value_scaler', 'locations', 'param_name',
256-
'param_dependancies')
256+
'param_dependencies')
257257

258258
def __init__(
259259
self,

0 commit comments

Comments
 (0)