diff --git a/tests/test_qvox.py b/tests/test_qvox.py index 4a96988..0c856f9 100644 --- a/tests/test_qvox.py +++ b/tests/test_qvox.py @@ -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(): """