Skip to content

Commit a9b0f33

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_design.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_evolve_7():
222222
assert np.all(output.seq == ['AT', 'AC', 'CC'])
223223
assert np.all(output.label1 == [0.5, 1.5, 2.])
224224

225-
225+
226226
def test_ledidi():
227227
output = ledidi(
228228
seq='GGTATTCATT',

0 commit comments

Comments
 (0)