-
Notifications
You must be signed in to change notification settings - Fork 1
Repr #36
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
Repr #36
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #36 +/- ##
==========================================
+ Coverage 98.39% 98.46% +0.07%
==========================================
Files 8 8
Lines 186 194 +8
Branches 21 21
==========================================
+ Hits 183 191 +8
Misses 2 2
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
drux/zero_order.py
Outdated
| self._plot_parameters["label"] = "Zero-Order Model" | ||
|
|
||
| def __repr__(self): | ||
| """Return a string representation of the ZeroOrderModel.""" |
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.
Return a string representation of the Zero-Order model.
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.
fixed in 566e3cd
Added
__repr__for models #29