We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c216255 commit 3144899Copy full SHA for 3144899
1 file changed
pvlib/iotools/psm4.py
@@ -356,11 +356,6 @@ def read_psm4(filename, map_variables=True):
356
Read an NSRDB PSM4 weather file (formatted as SAM CSV). The NSRDB
357
is described in [1]_ and the SAM CSV format is described in [2]_.
358
359
- .. versionchanged:: 0.9.0
360
- The function now returns a tuple where the first element is a dataframe
361
- and the second element is a dictionary containing metadata. Previous
362
- versions of this function had the return values switched.
363
-
364
Parameters
365
----------
366
filename: str
0 commit comments