Skip to content

Commit

Permalink
E241: Fix multiple space after ","
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Dec 21, 2017
1 parent 3c38683 commit 03df4ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_finetuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ def test_score_emoji():
]

expected = [
np.array([36, 4, 8, 16, 47]),
np.array([36, 4, 8, 16, 47]),
np.array([1, 19, 55, 25, 46]),
np.array([31, 6, 30, 15, 13]),
np.array([54, 44, 9, 50, 49]),
np.array([46, 5, 27, 35, 34]),
np.array([55, 32, 27, 1, 37]),
np.array([48, 11, 6, 31, 9])
np.array([31, 6, 30, 15, 13]),
np.array([54, 44, 9, 50, 49]),
np.array([46, 5, 27, 35, 34]),
np.array([55, 32, 27, 1, 37]),
np.array([48, 11, 6, 31, 9])
]

def top_elements(array, k):
Expand Down

0 comments on commit 03df4ce

Please sign in to comment.