Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
Signed-off-by: bamsumit <[email protected]>
  • Loading branch information
bamsumit committed Aug 4, 2023
1 parent e1dc89a commit 59dc6cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lava/lib/dl/netx/hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def create_dense(layer_config: h5py.Group,
f' Clamping the delays.')
delay = np.clip(delay, a_min=0, a_max=62)


if np.isscalar(delay):
delay = delay * np.ones_like(weight)
elif len(delay.shape) == 1: # delay is one dimensional
Expand Down

0 comments on commit 59dc6cd

Please sign in to comment.