Skip to content

Commit 3c7f7f6

Browse files
Pratham ChauhanPratham Chauhan
Pratham Chauhan
authored and
Pratham Chauhan
committed
solving stickerly test fail
1 parent 054dd35 commit 3c7f7f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/iotools/tmy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ def read_tmy3(filename, coerce_year=None, map_variables=None, recolumn=True):
213213
data = _recolumn(data)
214214
warnings.warn(
215215
"recolumn parameter will be retired starting version 0.9.5, please"
216-
"use map_variables parameter instead.",DeprecationWarning)
216+
"use map_variables parameter instead."
217+
,DeprecationWarning)
217218

218219
data = data.tz_localize(int(meta['TZ'] * 3600))
219220

0 commit comments

Comments
 (0)