Skip to content

Commit 773b94e

Browse files
Pratham ChauhanPratham Chauhan
Pratham Chauhan
authored and
Pratham Chauhan
committed
solving stickerly test fail
1 parent dc6399d commit 773b94e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pvlib/iotools/tmy.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,8 @@ def read_tmy3(filename, coerce_year=None, map_variables=None, recolumn=True):
211211
data = _recolumn(data)
212212
elif map_variables is None:
213213
data = _recolumn(data)
214-
warnings.warn(
215-
"recolumn parameter will be retired starting version 0.9.5"
216-
", please use map_variables parameter instead.",
217-
DeprecationWarning)
214+
warnings.warn("recolumn parameter will be retired starting version 0.9.5,"
215+
"please use map_variables parameter instead.",DeprecationWarning)
218216

219217
data = data.tz_localize(int(meta['TZ'] * 3600))
220218

0 commit comments

Comments
 (0)