Skip to content

Commit 314b8cd

Browse files
committed
fix-linting-errors-add-blank-lines
1 parent 8717fb1 commit 314b8cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pvlib/tests/test_spa.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def test_solar_position_multithreaded(self):
426426
times, lat, lon, elev, pressure, temp, delta_t,
427427
atmos_refract, numthreads=3, sst=True)[:3], 5)
428428

429+
429430
# Define extra test cases for issue #2077
430431
test_cases_issue_2207 = [
431432
((2000, 1, 1, 12, 0, 0), 2451545.0),
@@ -450,3 +451,5 @@ def test_solar_position_multithreaded(self):
450451
def test_julian_day_issue_2207(inputs, expected):
451452
result = pvlib.spa.julian_day_dt(*inputs, microsecond=0)
452453
assert result == expected, f"Failed for inputs {inputs}"
454+
455+

0 commit comments

Comments
 (0)