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

breaking: pt: remove data stat from model init #3245

Merged
merged 9 commits into from
Feb 10, 2024

allow kwargs for child method

dd1a7a8
Select commit
Loading
Failed to load commit list.
Merged

breaking: pt: remove data stat from model init #3245

allow kwargs for child method
dd1a7a8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 9, 2024 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 332 in deepmd/pt/model/descriptor/repformers.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

Overriding method 'init_desc_stat' has signature mismatch with
overridden method
.

Check warning on line 417 in deepmd/pt/model/descriptor/se_a.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

Overriding method 'init_desc_stat' has signature mismatch with
overridden method
.

Check warning on line 230 in deepmd/pt/model/descriptor/se_atten.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

Overriding method 'init_desc_stat' has signature mismatch with
overridden method
.