Skip to content

Commit dc6399d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/iotools/tmy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ def read_tmy3(filename, coerce_year=None, map_variables=None, recolumn=True):
212212
elif map_variables is None:
213213
data = _recolumn(data)
214214
warnings.warn(
215-
"recolumn parameter will be retired starting version 0.9.5, please"
216-
"use map_variables parameter instead."
217-
,DeprecationWarning)
215+
"recolumn parameter will be retired starting version 0.9.5"
216+
", please use map_variables parameter instead.",
217+
DeprecationWarning)
218218

219219
data = data.tz_localize(int(meta['TZ'] * 3600))
220220

0 commit comments

Comments
 (0)