Skip to content

Merge remote-tracking branch 'origin/multiprocess' into multiprocess

01a8efd
Select commit
Loading
Failed to load commit list.
Open

Enable multiprocessing #801

Merge remote-tracking branch 'origin/multiprocess' into multiprocess
01a8efd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 8, 2025 in 2s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 1681 in arc/species/conformers.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 19 in benchmark.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Chem' is not used.

Check notice on line 139 in benchmark.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.