Fix: Better handling of mechanism loading in cli #199
Annotations
3 errors
|
test_cli.test_evaluate:
.tox/py310/lib/python3.10/site-packages/dask/tests/test_cli.py#L85
assert 1 == 0
+ where 1 = <Result TypeError("evaluate() got an unexpected keyword argument 'mech_path'")>.exit_code
|
test_cli.test_adapt:
.tox/py310/lib/python3.10/site-packages/dask/tests/test_cli.py#L155
assert 1 == 0
+ where 1 = <Result TypeError("evaluate() got an unexpected keyword argument 'mech_path'")>.exit_code
|