Skip to content

Commit 123fd99

Browse files
Appease the flake8 monster
1 parent e40af1e commit 123fd99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pvlib/tests/test_pvsystem.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,10 +2649,12 @@ def test_max_power_point_mismatched(inputs):
26492649

26502650

26512651
def test_max_power_point_mismatched_unsuccessful_solver(monkeypatch):
2652-
"""Test errored max power point computation where solver is unsuccessful."""
2652+
"""
2653+
Test errored max power point computation where solver is unsuccessful.
2654+
"""
26532655
photocurrent = 6.2
26542656
saturation_current = 1.0e-8
2655-
resistance_series = 0.0001
2657+
resistance_series = 0.0001
26562658
resistance_shunt = 5000.0
26572659
n = 1.1
26582660
Ns = 60

0 commit comments

Comments
 (0)