Skip to content

Commit 8717fb1

Browse files
committed
fix-typos-cleanup
1 parent 2e97917 commit 8717fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/tests/test_spa.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import datetime as dt
33
import warnings
44
import pytest
5-
import pylib
5+
import pvlib
66

77
try:
88
from importlib import reload
@@ -443,7 +443,7 @@ def test_solar_position_multithreaded(self):
443443
((-1000, 7, 12, 12, 0, 0), 1356001.0),
444444
((-1000, 2, 29, 0, 0, 0), 1355866.5),
445445
((-1001, 8, 17, 21, 36, 0), 1355671.4),
446-
((-4712, 1, 1, 12, 0, 0), 0.1),
446+
((-4712, 1, 1, 12, 0, 0), 0.0),
447447
]
448448

449449
@pytest.mark.parametrize("inputs, expected", test_cases_issue_2207)

0 commit comments

Comments
 (0)