Fix: Better handling of mechanism loading in cli #200
Annotations
2 errors
test_cli.test_compute_currents:
.tox/py310/lib/python3.10/site-packages/dask/tests/test_cli.py#L34
AssertionError:
Not equal to tolerance rtol=1e-05, atol=0
Mismatched elements: 2 / 2 (100%)
Max absolute difference: 78.18732146
Max relative difference: 1.
x: array([0., 0.])
y: array([-78.187321, -78.011574])
|
test_cli.test_adapt:
.tox/py310/lib/python3.10/site-packages/dask/tests/test_cli.py#L196
AssertionError:
Not equal to tolerance rtol=1e-05, atol=0
Mismatched elements: 2 / 2 (100%)
Max absolute difference: 72.841806
Max relative difference: 1.
x: array([0., 0.])
y: array([-72.841806, -71.32893 ])
|