We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
problem there is WET code in test_pvsystem.py since I copied and pasted the same tests, and just changed the method
test_pvsystem.py
solution according to this comment here's a nice snippet:
@requires_scipy @pytest.mark.parametrize('method,atol', [('brentq', 1e-11), ('newton', 1e-8)]) def test_v_from_i_methods(fixture_v_from_i, method, atol): # remove atol spec and set method=method
Additional context see #409
The text was updated successfully, but these errors were encountered:
MAINT: TEST: parametrize i_from_v and v_from_i for methods, atol
3e009f8
* closes pvlib#499
2498040
No branches or pull requests
problem
there is WET code in
test_pvsystem.py
since I copied and pasted the same tests, and just changed the methodsolution
according to this comment here's a nice snippet:
Additional context
see #409
The text was updated successfully, but these errors were encountered: