-
Notifications
You must be signed in to change notification settings - Fork 584
Feat: add dipole consistency test #3321
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
Conversation
for more information, see https://pre-commit.ci
| @property | ||
| def skip_pt(self) -> bool: | ||
| ( | ||
| resnet_dt, |
Check notice
Code scanning / CodeQL
Unused local variable
| def skip_pt(self) -> bool: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| ( | ||
| resnet_dt, | ||
| precision, | ||
| mixed_types, |
Check notice
Code scanning / CodeQL
Unused local variable
|
|
||
| def build_tf(self, obj: Any, suffix: str) -> Tuple[list, dict]: | ||
| ( | ||
| resnet_dt, |
Check notice
Code scanning / CodeQL
Unused local variable
| def eval_pt(self, pt_obj: Any) -> Any: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| ( | ||
| resnet_dt, | ||
| precision, | ||
| mixed_types, |
Check notice
Code scanning / CodeQL
Unused local variable
|
|
||
| def eval_dp(self, dp_obj: Any) -> Any: | ||
| ( | ||
| resnet_dt, |
Check notice
Code scanning / CodeQL
Unused local variable
| def eval_dp(self, dp_obj: Any) -> Any: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| ( | ||
| resnet_dt, | ||
| precision, | ||
| mixed_types, |
Check notice
Code scanning / CodeQL
Unused local variable
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3321 +/- ##
==========================================
+ Coverage 75.29% 75.31% +0.01%
==========================================
Files 403 403
Lines 33910 33922 +12
Branches 1604 1604
==========================================
+ Hits 25532 25547 +15
+ Misses 7517 7514 -3
Partials 861 861 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
| def build_tf(self, obj: Any, suffix: str) -> Tuple[list, dict]: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| ( | ||
| resnet_dt, | ||
| precision, | ||
| mixed_types, |
Check notice
Code scanning / CodeQL
Unused local variable
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Anyang Peng <137014849+anyangml@users.noreply.github.com>
This PR is to add cross framework consistency test on DipoleFittingNet.
Known Limitations: