We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53da1a6 commit ac14607Copy full SHA for ac14607
pvlib/iotools/sodapro.py
@@ -353,5 +353,6 @@ def read_cams(filename, integrated=False, label=None, map_variables=True):
353
354
return data, metadata
355
356
+
357
parse_cams = deprecated(since="0.12.1", name="parse_cams",
358
alternative="read_cams")(read_cams)
0 commit comments