-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add more attributes to __repr__ methods #254
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
This is great. I like line breaks. I think the only thing I am wondering how to improve is the notation for On Thu, Oct 20, 2016 at 6:54 PM, Will Holmgren [email protected]
|
I think this kind of thing would be nice. More (all) objects could be On 2016-10-21 3:54, Will Holmgren wrote:
Photovoltaic Performance Labs Germany +49-761-8973-5603 (Europe) |
Thanks for the feedback @jforbess and @adriesse @jforbess hmm, I agree that more losses information would be good, but I'm not sure that pvlib python is set up to use it this point. PVSystem and ModelChain currently only know how to apply the default pvwatts losses or no losses at all. If we at some point change @adriesse sure, a |
I'm going to go ahead and merge this. Of course, further discussion and improvements are welcome. |
I've been wanting more attributes to be included in the string representations of objects. Here is a proposal, but I'm not sure if this is too verbose. This builds on #174.
Thoughts? Too many attributes? newlines vs. commas?