Skip to content

Commit ceb729e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 86da6ed commit ceb729e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/discrete_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ def test_discrete():
77
x = [150, 20, 15, 100, 70, 5, 500]
88
y = ["hi", "lo", "lo", "hi", "med", "def", "def"]
99
assert dt(x) == np.asarray(y)
10-
for xi, yi in zip(x,y):
10+
for xi, yi in zip(x, y):
1111
assert dt(xi).item() == yi

0 commit comments

Comments
 (0)