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

Define set_rdkit_ring_dihedrals and make test #767

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

Extract unique puckering mode and make plots

9cbb672
Select commit
Loading
Failed to load commit list.
Open

Define set_rdkit_ring_dihedrals and make test #767

Extract unique puckering mode and make plots
9cbb672
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 9, 2024 in 5s

7 new alerts including 4 errors

New alerts in code changed by this pull request

  • 4 errors
  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 1129 in arc/plotter.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error as implicit returns always return None.

Check notice on line 1190 in arc/plotter.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 failure on line 361 in arc/species/conformers.py

See this annotation in the file changed.

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'ring_angle_data' may be used before it is initialized.

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

See this annotation in the file changed.

Code scanning / CodeQL

Nested loops with same variable Note

Nested for statement uses loop variable 'torsion' of enclosing
for statement
.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unhashable object hashed Error

This
instance
of
list
is unhashable.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unhashable object hashed Error

This
instance
of
list
is unhashable.

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

See this annotation in the file changed.

Code scanning / CodeQL

Wrong number of arguments in a call Error

Call to
function set_rdkit_ring_dihedrals
with too few arguments; should be no fewer than 6.