Skip to content

Commit 2d82c57

Browse files
committed
remove unused partial
1 parent 75a3c0c commit 2d82c57

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
@@ -271,6 +270,7 @@ def test_singlediode_series():
271270
assert isinstance(out, pd.DataFrame)
272271

273272

273+
# nose didn't like it when I tried to use partial (wholmgren)
274274
def assert_allclose_atol_01(*args):
275275
return assert_allclose(*args, atol=0.02)
276276

0 commit comments

Comments
 (0)