Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
v0.32.4 #241
v0.32.4 #241
Changes from 42 commits
ef343a9
0be383a
42b8ca5
38527b9
8e65999
9a3a421
cd90bbf
825b277
f5e80b7
b121d8f
01860ed
3bb505c
a5967e3
e4f35c7
da4e224
bb6956c
697736f
53c3a13
f4cc981
7105221
9f15009
29ac5d3
9618744
9b5d494
7cf85b4
1869b41
cab786b
65a36ad
a96a5e7
0889c91
a91e83f
88fcdb9
58b1060
3ff80a1
ea8ea27
9f2d39e
c4df205
e31d70d
4b38b6a
6ebe348
d8b4f47
048a85d
8cd7974
f82349a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
fine for now but for performance we should be trying to avoid making structs mutable
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.
@hdunham do you want to make an issue for this? This was a change Bill made in order to allow for assigning pv.production_factor_series when calling PVWatts for GHP, to avoid a extra PVWatts calls later.