-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add deprecation warning for irradiance.king #2783
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
base: main
Are you sure you want to change the base?
Changes from 11 commits
3780f37
2ea4616
b8d9a2c
b3b8241
ef3459f
a861c69
f3ca28b
c0dc2f9
4044ac5
9c89b3d
d8226d5
6acb39e
7967cb0
31e5f2c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ Deprecations | |
| ~~~~~~~~~~~~ | ||
|
|
||
|
|
||
|
|
||
| Bug fixes | ||
| ~~~~~~~~~ | ||
|
|
||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Some other tests are emitting the deprecation error as well. It would be good to suppress those too: https://github.com/pvlib/pvlib-python/actions/runs/28933855087/job/85839249803?pr=2783#step:9:88
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can see two ways to prevent this, one is to add if checks inside the tests, another is to remove king from those existing tests entirely and create separate ones for king specifically. I think the latter would make it easier to remove everything king-related when it is eventually removed from pvlib, would you agree?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think that new tests just for king are necessary, I would say just drop 'king' from the parameter list. |
Uh oh!
There was an error while loading. Please reload this page.