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

Feat: add zbl training #3398

Merged
merged 71 commits into from
Mar 6, 2024

[pre-commit.ci] auto fixes from pre-commit.com hooks

d62bacb
Select commit
Loading
Failed to load commit list.
Merged

Feat: add zbl training #3398

[pre-commit.ci] auto fixes from pre-commit.com hooks
d62bacb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 6, 2024 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 27 in deepmd/pt/model/model/dp_zbl_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Conflicting attributes in base classes Warning

Base classes have conflicting values for attribute 'compute_or_load_stat':
Function compute_or_load_stat
and
Function compute_or_load_stat
.
Base classes have conflicting values for attribute 'compute_or_load_stat':
Function compute_or_load_stat
and
Function compute_or_load_stat
.

Check warning on line 28 in deepmd/pt/model/model/dp_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Conflicting attributes in base classes Warning

Base classes have conflicting values for attribute 'compute_or_load_stat':
Function compute_or_load_stat
and
Function compute_or_load_stat
.
Base classes have conflicting values for attribute 'compute_or_load_stat':
Function compute_or_load_stat
and
Function compute_or_load_stat
.

Check notice on line 194 in source/tests/pt/model/test_linear_atomic_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable new_atype is not used.