mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
test: test for jack_matmul with mutliple operands extended
This commit is contained in:
parent
cf1c38462d
commit
0954ebee6e
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ def test_jack_multi_dot():
|
|||
tt = pe.linalg.jack_matmul(my_array, my_array, my_array) - pe.linalg.matmul(my_array, my_array, my_array)
|
||||
|
||||
for t, e in np.ndenumerate(tt):
|
||||
e.gamma_method()
|
||||
assert e.is_zero_within_error(0.01)
|
||||
assert e.is_zero(atol=1e-1), t
|
||||
assert np.isclose(e.value, 0.0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue