-
Notifications
You must be signed in to change notification settings - Fork 528
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
pt: add exported methods to BaseAtomicModel #3258
Conversation
Signed-off-by: Jinzhe Zeng <[email protected]>
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
***@***.***>
|
Signed-off-by: Jinzhe Zeng <[email protected]>
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 <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
No description provided.