Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout action to v4 #256

Merged
merged 1 commit into from
Jul 16, 2024

Update actions/checkout action to v4

0b5831e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update actions/checkout action to v4 #256

Update actions/checkout action to v4
0b5831e
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Jul 16, 2024 in 0s

1 tests run, 0 skipped, 1 failed.

Annotations

Check failure on line 16 in tests/test_hessian_precon.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_hessian_precon

collection failure
Raw output
ImportError while importing test module '/home/runner/work/matscipy/matscipy/tests/test_hessian_precon.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_hessian_precon.py:16: in <module>
    from ase.neb import NEB, NEBOptimizer
E   ImportError: cannot import name 'NEBOptimizer' from 'ase.neb' (/usr/local/lib/python3.10/dist-packages/ase/neb.py)