Skip to content

test: check_zmat_vs_coords

2d34c22
Select commit
Loading
Failed to load commit list.
Open

Added combininig xyz's based on internal coordinates #799

test: check_zmat_vs_coords
2d34c22
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 17, 2025 in 8s

5 new alerts including 3 errors

New alerts in code changed by this pull request

  • 3 errors
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 10 in arc/species/converter.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'ParamKey' is not used.

Check failure on line 40 in arc/species/converter.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'xyz_to_zmat' may not be defined if module
arc.species.zmat
is imported before module
arc.species.converter
, as the
definition
of xyz_to_zmat occurs after the cyclic
import
of arc.species.converter.

Check failure on line 41 in arc/species/converter.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'check_zmat_vs_coords' may not be defined if module
arc.species.zmat
is imported before module
arc.species.converter
, as the
definition
of check_zmat_vs_coords occurs after the cyclic
import
of arc.species.converter.

Check notice on line 4832 in arc/species/converter_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable combined_xyz is not used.

Check failure on line 4859 in arc/species/converter_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Wrong name for an argument in a call Error

Keyword argument 'atom1_params' is not a supported parameter name of
function add_two_xyzs
.
Keyword argument 'atom2_params' is not a supported parameter name of
function add_two_xyzs
.
Keyword argument 'atom3_params' is not a supported parameter name of
function add_two_xyzs
.