Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Jan 29, 2025
1 parent 3fcc01a commit 812f01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,4 +835,4 @@ def test_dense_matrix_get_col_stds(dtype):
)

np.testing.assert_allclose(col_stds, np.std(X, axis=0, ddof=0))
np.testing.assert_allclose(standardized_mat.mult, 1 / np.std(X, axis=0, ddof=0))
np.testing.assert_allclose(standardized_mat.mult, 1 / np.std(X, axis=0, ddof=0))

0 comments on commit 812f01f

Please sign in to comment.