pt: add exported methods to BaseAtomicModel#3258
pt: add exported methods to BaseAtomicModel#3258wanghan-iapcm merged 8 commits intodeepmodeling:develfrom
Conversation
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #3258 +/- ##
==========================================
- Coverage 75.27% 75.22% -0.06%
==========================================
Files 373 373
Lines 33252 33327 +75
Branches 1604 1604
==========================================
+ Hits 25031 25070 +39
- Misses 7350 7386 +36
Partials 871 871 ☔ View full report in Codecov by Sentry. |
wanghan-iapcm
left a comment
There was a problem hiding this comment.
It seems that these method should be abstract methods that are implemented by derived classes.
|
It seems that these method should be abstract methods that are implemented
by derived classes.
This means there is no default value for these models. Is it expected?
…On Sun, Feb 11, 2024 at 5:11 AM Han Wang ***@***.***> wrote:
***@***.**** commented on this pull request.
It seems that these method should be abstract methods that are implemented
by derived classes.
—
Reply to this email directly, view it on GitHub
<#3258 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIOQ7TC5K475F3DA2UC4LLYTCKNZAVCNFSM6AAAAABDDDUU62VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQNZUGMZTQOJZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I would suggest forcing the developers of an atomic model to implement the methods, otherwise it may be very difficult to debug when developers do not notice the interfaces. |
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
No description provided.