Skip to content

Commit

Permalink
Remove return True
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarad committed May 2, 2023
1 parent c321a8a commit d2d3959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_qvox.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_split_recombine():
assert(np.allclose(binary_arrays[1], expected_output_2))
binary_arrays_combined = combine_binary_arrays(binary_arrays)
assert(np.allclose(binary_arrays_combined, test_array))
return True

def test_reassign():
"""
Expand Down

0 comments on commit d2d3959

Please sign in to comment.