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: breaking: backend indepdent definition for dp model #3208

Merged
merged 32 commits into from
Feb 2, 2024

add distinguish types in base descriptor. fix docstrings

87fabfb
Select commit
Loading
Failed to load commit list.
Merged

feat: breaking: backend indepdent definition for dp model #3208

add distinguish types in base descriptor. fix docstrings
87fabfb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 2, 2024 in 1s

90.23% of diff hit (target 74.36%)

View this Pull Request on Codecov

90.23% of diff hit (target 74.36%)

Annotations

Check warning on line 28 in deepmd/dpmodel/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/common.py#L28

Added line #L28 was not covered by tests

Check warning on line 35 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L35

Added line #L35 was not covered by tests

Check warning on line 40 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L40

Added line #L40 was not covered by tests

Check warning on line 44 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L44

Added line #L44 was not covered by tests

Check warning on line 48 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L48

Added line #L48 was not covered by tests

Check warning on line 53 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L53

Added line #L53 was not covered by tests

Check warning on line 58 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L58

Added line #L58 was not covered by tests

Check warning on line 63 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L63

Added line #L63 was not covered by tests

Check warning on line 70 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L70

Added line #L70 was not covered by tests

Check warning on line 75 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L75

Added line #L75 was not covered by tests

Check warning on line 80 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L80

Added line #L80 was not covered by tests

Check warning on line 91 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L91

Added line #L91 was not covered by tests

Check warning on line 96 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L96

Added line #L96 was not covered by tests

Check warning on line 101 in deepmd/dpmodel/descriptor/make_base_descriptor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/make_base_descriptor.py#L101

Added line #L101 was not covered by tests

Check warning on line 207 in deepmd/dpmodel/descriptor/se_e2_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/se_e2_a.py#L207

Added line #L207 was not covered by tests

Check warning on line 225 in deepmd/dpmodel/descriptor/se_e2_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/se_e2_a.py#L225

Added line #L225 was not covered by tests

Check warning on line 229 in deepmd/dpmodel/descriptor/se_e2_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/se_e2_a.py#L229

Added line #L229 was not covered by tests

Check warning on line 233 in deepmd/dpmodel/descriptor/se_e2_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/descriptor/se_e2_a.py#L233

Added line #L233 was not covered by tests

Check warning on line 39 in deepmd/dpmodel/fitting/make_base_fitting.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/fitting/make_base_fitting.py#L39

Added line #L39 was not covered by tests

Check warning on line 53 in deepmd/dpmodel/fitting/make_base_fitting.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/fitting/make_base_fitting.py#L53

Added line #L53 was not covered by tests

Check warning on line 58 in deepmd/dpmodel/fitting/make_base_fitting.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/fitting/make_base_fitting.py#L58

Added line #L58 was not covered by tests

Check warning on line 63 in deepmd/dpmodel/fitting/make_base_fitting.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/fitting/make_base_fitting.py#L63

Added line #L63 was not covered by tests

Check warning on line 25 in deepmd/dpmodel/model/make_base_atomic_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/model/make_base_atomic_model.py#L25

Added line #L25 was not covered by tests

Check warning on line 30 in deepmd/dpmodel/model/make_base_atomic_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/model/make_base_atomic_model.py#L30

Added line #L30 was not covered by tests

Check warning on line 35 in deepmd/dpmodel/model/make_base_atomic_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/dpmodel/model/make_base_atomic_model.py#L35

Added line #L35 was not covered by tests