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 pt : Support property fitting #3867

Merged
merged 86 commits into from
Sep 5, 2024

Merge branch 'devel' into 3866

4d8934f
Select commit
Loading
Failed to load commit list.
Merged

feat pt : Support property fitting #3867

Merge branch 'devel' into 3866
4d8934f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 4, 2024 in 4s

7 new alerts

New alerts in code changed by this pull request

  • 7 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 78 in deepmd/infer/deep_property.py

See this annotation in the file changed.

Code scanning / CodeQL

Returning tuples with varying lengths Note

DeepProperty.eval returns
tuple of size 1
and
tuple of size 2
.

Check notice on line 71 in source/tests/consistent/fitting/test_property.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable resnet_dt is not used.

Check notice on line 72 in source/tests/consistent/fitting/test_property.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable precision is not used.

Check notice on line 73 in source/tests/consistent/fitting/test_property.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable mixed_types is not used.

Check notice on line 74 in source/tests/consistent/fitting/test_property.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable numb_fparam is not used.

Check notice on line 75 in source/tests/consistent/fitting/test_property.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable task_dim is not used.

Check notice on line 76 in source/tests/consistent/fitting/test_property.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable intensive is not used.