Skip to content

Commit 51439e9

Browse files
Oh flake8 how I love you!
1 parent fe7ab2a commit 51439e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pvlib/tests/test_pvsystem.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2651,7 +2651,9 @@ def test_max_power_point_mismatched(inputs):
26512651

26522652

26532653
def test_max_power_point_mismatched_unsuccessful_solver(monkeypatch):
2654-
"""Test mismatched max power point computation where solver is unsuccessful."""
2654+
"""
2655+
Test mismatched max power point computation where solver is unsuccessful.
2656+
"""
26552657
photocurrent = 6.2
26562658
saturation_current = 1.0e-8
26572659
resistance_series = 0.0001

0 commit comments

Comments
 (0)