mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
feat: removed attribute is_merged.
This commit is contained in:
parent
b708411830
commit
a53fb18821
6 changed files with 2 additions and 28 deletions
|
@ -201,8 +201,6 @@ def test_matmul_irregular_histories():
|
|||
t2 = pe.linalg.matmul(standard_matrix, irregular_matrix)
|
||||
|
||||
assert np.all([o.is_zero() for o in (t1 - t2).ravel()])
|
||||
assert np.all([o.is_merged for o in t1.ravel()])
|
||||
assert np.all([o.is_merged for o in t2.ravel()])
|
||||
|
||||
|
||||
def test_irregular_matrix_inverse():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue