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 pair table model to pytorch #3192

Merged
merged 31 commits into from
Jan 31, 2024

Merge branch 'devel' into devel

a1a76bb
Select commit
Loading
Failed to load commit list.
Merged

Feat: add pair table model to pytorch #3192

Merge branch 'devel' into devel
a1a76bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 28, 2024 in 1s

0.00% of diff hit (within 100.00% threshold of 74.27%)

View this Pull Request on Codecov

0.00% of diff hit (within 100.00% threshold of 74.27%)

Annotations

Check warning on line 3 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L2-L3

Added lines #L2 - L3 were not covered by tests

Check warning on line 12 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L10-L12

Added lines #L10 - L12 were not covered by tests

Check warning on line 16 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L16

Added line #L16 was not covered by tests

Check warning on line 20 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L20

Added line #L20 was not covered by tests

Check warning on line 24 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L24

Added line #L24 was not covered by tests

Check warning on line 29 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L29

Added line #L29 was not covered by tests

Check warning on line 53 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L53

Added line #L53 was not covered by tests

Check warning on line 58 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 61 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L61

Added line #L61 was not covered by tests

Check warning on line 64 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 68 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 76 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L73-L76

Added lines #L73 - L76 were not covered by tests

Check warning on line 78 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L78

Added line #L78 was not covered by tests

Check warning on line 81 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 90 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 93 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 95 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L95

Added line #L95 was not covered by tests

Check warning on line 97 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L97

Added line #L97 was not covered by tests

Check warning on line 99 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L99

Added line #L99 was not covered by tests

Check warning on line 107 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L107

Added line #L107 was not covered by tests

Check warning on line 110 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L110

Added line #L110 was not covered by tests

Check warning on line 113 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 116 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L116

Added line #L116 was not covered by tests

Check warning on line 118 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L118

Added line #L118 was not covered by tests

Check warning on line 125 in deepmd/pt/model/model/pair_tab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/pair_tab.py#L125

Added line #L125 was not covered by tests