Skip to content

Commit 2170d58

Browse files
committed
Update pvsystem.py
1 parent c6e4f41 commit 2170d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ def retrieve_sam(name=None, path=None):
20642064
# using the latest CEC Inverter database, via URL
20652065
>>> inv_db = pvsystem.retrieve_sam(path="https://raw.githubusercontent.com/NREL/SAM/refs/heads/develop/deploy/libraries/CEC%20Inverters.csv")
20662066
>>> inv_db.keys()
2067-
Index(['ABB__PVI_3_0_OUTD_S_US_A__208V_', 'ABB__PVI_3_0_OUTD_S_US_A__240V_', ...],
2067+
Index(['ABB__PVI_3_0_OUTD_S_US_A__208V_', 'ABB__PVI_3_0_OUTD_S_US_A__240V_', ...],
20682068
dtype='object', length=...)
20692069
""" # noqa: E501
20702070
# error: path was previously silently ignored if name was given GH#2018

0 commit comments

Comments
 (0)