Skip to content

Commit

Permalink
Fixed errors in docstrings.
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Richter <[email protected]>
  • Loading branch information
mathisrichter committed Oct 1, 2022
1 parent 1b8011e commit 7142a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lava/lib/dnf/kernels/kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _validate_shape(shape: ty.Tuple[int, ...],

def _compute_shape(self, width: np.ndarray) -> ty.Tuple[int, ...]:
"""
Computes the shape of a kernel from the a width-parameter of the
Computes the shape of a kernel from the width-parameter of the
kernel and a limit factor.
Parameters
Expand Down
2 changes: 1 addition & 1 deletion tests/lava/lib/dnf/acceptance/test_connecting_with_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class TestConnectingWithOperations(unittest.TestCase):
def test_running_reorder(self) -> None:
"""Tests executing a architecture with multi-dimensional input that
"""Tests executing an architecture with multi-dimensional input that
gets reshaped (here, reordered)."""
num_steps = 10
shape_src = (5, 3)
Expand Down

0 comments on commit 7142a6e

Please sign in to comment.