Skip to content

Commit

Permalink
Fix small linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaeljurado42 committed May 19, 2024
1 parent c17001e commit a1b414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lava/lib/dl/netx/blocks/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def __init__(self, **kwargs: Union[dict, tuple, list, int, bool]) -> None:
self.synapse = Synapse(
weights=weight,
delays=delay.astype(int),
weight_exp = weight_exponent,
weight_exp=weight_exponent,
max_delay=62,
num_weight_bits=num_weight_bits,
num_message_bits=self.input_message_bits,
Expand Down

0 comments on commit a1b414c

Please sign in to comment.