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

QChem Adapter & Molpro Updates #712

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Updates

5e4b433
Select commit
Loading
Failed to load commit list.
Open

QChem Adapter & Molpro Updates #712

Updates
5e4b433
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 22, 2024 in 6s

4 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 279 in arc/job/local.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable temp is not used.

Check notice on line 1541 in arc/common.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check warning on line 436 in arc/job/adapter_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'test_determine_job_status' is unnecessary as it is
redefined
before this value is used.

Check notice on line 15 in arc/level.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'normalize_method_name' is not used.