Skip to content

Commit

Permalink
tests: remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Feb 7, 2024
1 parent 9617e51 commit 3074777
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def test_sparse_dense_standardized():
coef_sparse = model.coef_

model.fit(x.toarray(), y)
coef_sparse = model.coef_

coef_dense = model.coef_

np.testing.assert_array_almost_equal(coef_sparse, coef_dense)
Expand Down

0 comments on commit 3074777

Please sign in to comment.