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

[FIX] Update values of oxidation states #202

Merged
merged 4 commits into from
Nov 6, 2024

add utils to update oxidation states

6b5cbc5
Select commit
Loading
Failed to load commit list.
Merged

[FIX] Update values of oxidation states #202

add utils to update oxidation states
6b5cbc5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 5, 2024 in 5s

No new alerts in code changed by this pull request

Annotations

Check notice on line 11 in mendeleev/interfaces/wiki_oxidation_states.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 97 in mendeleev/interfaces/wiki_oxidation_states.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable 'ox' is not used.

Check warning on line 101 in mendeleev/interfaces/wiki_oxidation_states.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.