Skip to content

Commit

Permalink
CLN: added EOF line and removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yb6599 committed Jun 18, 2024
1 parent 6f2053f commit 819f710
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ python = "^3.9"
numpy = "^1.18.3"
scipy = "^1.4.1"
scikit-learn = "^1"

# third-party access to the functionality of importlib.metadata
importlib-metadata = "^7.1.0"

# docs
Expand Down
2 changes: 1 addition & 1 deletion tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ def test_negative_axis():
expected = np.zeros(3)
dx = dxdt(x, t, kind='finite_difference', axis=axis, k=1)
assert x.shape == dx.shape
np.testing.assert_array_almost_equal(dx[1, :, 1], expected)
np.testing.assert_array_almost_equal(dx[1, :, 1], expected)

0 comments on commit 819f710

Please sign in to comment.