Skip to content

Commit

Permalink
Update test_matrix_utils.py
Browse files Browse the repository at this point in the history
Removed print statement
  • Loading branch information
SamTov authored Jun 10, 2024
1 parent fb30d6a commit 777af32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CI/unit_tests/utils/test_matrix_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def test_normalizing_gram_matrix(self):
np.diagonal(normalized_matrix), np.array([0.0, 1.0, 1.0, 1.0])
)
# Test 1st row
print(normalized_matrix)
assert_array_almost_equal(normalized_matrix[0], np.zeros(4))
assert_array_almost_equal(normalized_matrix[:, 0], np.zeros(4))

Expand Down

0 comments on commit 777af32

Please sign in to comment.