Skip to content

Commit e3df390

Browse files
committed
Removed useless print options in tests
1 parent e1cfcf2 commit e3df390

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/test_simplicial_llt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import scipy.sparse as spa
44

55
dim = 100
6-
np.set_printoptions(precision=3, linewidth=200)
76
rng = np.random.default_rng()
87

98
A_fac = spa.random(dim, dim, density=0.25, random_state=rng)

tests/test_sparse_lu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import scipy.sparse as spa
44

55
dim = 100
6-
np.set_printoptions(precision=3, linewidth=200)
76
rng = np.random.default_rng()
87

98
A_fac = spa.random(dim, dim, density=0.25, random_state=rng)

tests/test_sparse_qr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import scipy.sparse as spa
44

55
dim = 100
6-
np.set_printoptions(precision=3, linewidth=200)
76
rng = np.random.default_rng()
87

98
A_fac = spa.random(dim, dim, density=0.25, random_state=rng)

0 commit comments

Comments
 (0)