Skip to content

Commit dc68720

Browse files
committed
remove unused partial
1 parent 9009aa7 commit dc68720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/test/test_pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import inspect
22
import os
33
import datetime
4-
from functools import partial
54

65
import numpy as np
76
from numpy import nan
@@ -274,6 +273,7 @@ def test_singlediode_series():
274273
assert isinstance(out, pd.DataFrame)
275274

276275

276+
# nose didn't like it when I tried to use partial (wholmgren)
277277
def assert_allclose_atol_01(*args):
278278
return assert_allclose(*args, atol=0.02)
279279

0 commit comments

Comments
 (0)