Skip to content

Commit

Permalink
Fix static analysis issue
Browse files Browse the repository at this point in the history
Signed-off-by: Xu, He <[email protected]>
  • Loading branch information
hexu33 committed Jun 19, 2023
1 parent f5b9076 commit 559f9b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lava/proc/dense/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ class AbstractPyDelayDenseModel(PyLoihiProcessModel):
delays into the Conn Process.
"""

weights: np.ndarray = None
delays: np.ndarray = None
a_buff: np.ndarray = None

@staticmethod
def get_del_wgts(weights, delays) -> np.ndarray:
"""
Expand Down

0 comments on commit 559f9b0

Please sign in to comment.