Skip to content

Commit acbc14d

Browse files
committed
MNT: remove repeated test case.
1 parent 4ed16be commit acbc14d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ def test_multivariable_dataset(a, b):
218218
@pytest.mark.parametrize(
219219
"x,y,z_expected",
220220
[
221-
(0, 0, 1),
222221
(1, 0, 0),
223222
(0, 1, 0),
224223
(0, 0, 1),

0 commit comments

Comments
 (0)