Skip to content

Commit

Permalink
TYPO: remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Jan 31, 2024
1 parent 9acc84e commit e3d303d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/interpolate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def test_single_complex(interpolant):
assert spl(X_BOUNDS[0]) == y_values[0]


<<<<<<< HEAD
@pytest.mark.parametrize("interpolant", interpolants)
def test_interpolation_at_lower_bound(interpolant):
x_values = np.linspace(*X_BOUNDS, 10)
Expand Down

0 comments on commit e3d303d

Please sign in to comment.