Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 7, 2023
1 parent b5d19e0 commit 228f2cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@ def test_method_check_numpy():
)
assert_equal(actual, expected)


def test_cumsum() -> None:
import numpy_groupies as npg

Expand All @@ -1473,4 +1474,4 @@ def test_cumsum() -> None:

bb = groupby_reduce(a, group_idx, func="cumsum", engine="numpy")

np.testing.assert_allclose(b, bb)
np.testing.assert_allclose(b, bb)

0 comments on commit 228f2cb

Please sign in to comment.