-
Notifications
You must be signed in to change notification settings - Fork 581
pt: infer model type from ModelOutputDef #3250
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
Signed-off-by: Jinzhe Zeng <[email protected]>
| from deepmd.infer.deep_dipole import ( | ||
| DeepDipole, | ||
| ) |
Check notice
Code scanning / CodeQL
Cyclic import
| from deepmd.infer.deep_dos import ( | ||
| DeepDOS, | ||
| ) |
Check notice
Code scanning / CodeQL
Cyclic import
| from deepmd.infer.deep_dos import ( | ||
| DeepDOS, | ||
| ) | ||
| from deepmd.infer.deep_eval import DeepEval as DeepEvalWrapper |
Check notice
Code scanning / CodeQL
Cyclic import
| from deepmd.infer.deep_polar import ( | ||
| DeepGlobalPolar, | ||
| DeepPolar, | ||
| ) |
Check notice
Code scanning / CodeQL
Cyclic import
| from deepmd.infer.deep_wfc import ( | ||
| DeepWFC, | ||
| ) |
Check notice
Code scanning / CodeQL
Cyclic import
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #3250 +/- ##
==========================================
- Coverage 75.19% 75.16% -0.03%
==========================================
Files 372 372
Lines 33136 33155 +19
Branches 1608 1608
==========================================
+ Hits 24916 24922 +6
- Misses 7347 7360 +13
Partials 873 873 ☔ View full report in Codecov by Sentry. |
No description provided.