-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Unused fixture input in a fixture #2105
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
Comments
I think it's a holdover from when |
Was this issue fixed?? |
Hi @Clemo97 ! No, it hasn't. Would you like to work on this? I recommend reading the how to contribute page https://pvlib-python.readthedocs.io/en/stable/index.html And this amazing post from @kurt-rhee https://kurt-rhee.github.io/2024/06/13/how-to-contribute-to-pvlib We would be happy to help you get involved :) |
Was the following piece of code supposed to use it's input?
https://github.com/pvlib/pvlib-python/blob/55e0a36fac1e3931b92f5f11508f6c09d903e0cc/pvlib/tests/test_irradiance.py#L61C1-L65C30
My suggestion is to remove the input parameter; I've run the tests without it and that works locally.
I suppose it's not a big deal, and for the same reason, another nice good first contribution.
The text was updated successfully, but these errors were encountered: