Skip to content

Commit

Permalink
Ran black on test_bw_selection.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bean217 committed Mar 15, 2024
1 parent 13f7380 commit 3d4c760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KDEpy/tests/test_bw_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
def data() -> np.ndarray:
return np.random.randn(100, 1)


@pytest.fixture(scope="module")
def multidim_data() -> np.ndarray:
return np.random.randn(100, 2)
Expand Down

0 comments on commit 3d4c760

Please sign in to comment.