Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
weidel-p committed Oct 21, 2022
1 parent dcf105f commit c153198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lava/magma/core/model/py/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ class PlasticConnection:
tag_2 = None
tag_1 = None

weights = None
time_step = None

def __init__(self, proc_params: dict) -> None:
super().__init__(proc_params)

Expand Down

0 comments on commit c153198

Please sign in to comment.