delete non vectorized functions #116
Annotations
2 errors
|
test_multi_equations.test_Lambda_k_vectorized_m0_inf:
package/test/test_multi_equations.py#L400
assert False
+ where False = <function allclose at 0x7f403777ddb0>(array([1. , 2.32678225]), 1.0)
+ where <function allclose at 0x7f403777ddb0> = np.allclose
|
|
test_multi_equations.test_diff_Lambda_k_vectorized_m0_inf:
package/test/test_multi_equations.py#L407
assert False
+ where False = <function allclose at 0x7f403777ddb0>(array([ 1. , -0.41098643]), 1.0)
+ where <function allclose at 0x7f403777ddb0> = np.allclose
|