Skip to content

Commit b8f942b

Browse files
echedey-lscwhanse
andcommitted
Special none cases (please review)
Co-Authored-By: Cliff Hansen <[email protected]>
1 parent 232156c commit b8f942b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pvlib/iotools/pvgis.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,11 @@ def get_pvgis_tmy(latitude, longitude, outputformat='json', usehorizon=True,
430430
data : pandas.DataFrame
431431
the weather data
432432
months_selected : list
433-
TMY year for each month, ``None`` for basic and EPW
433+
TMY year for each month, do not specify for basic and EPW
434434
inputs : dict
435-
the inputs, ``None`` for basic and EPW
435+
the inputs, do not specify for basic and EPW
436436
metadata : list or dict
437-
file metadata, ``None`` for basic
437+
file metadata, do not specify for basic
438438
439439
Note
440440
----
@@ -590,11 +590,11 @@ def read_pvgis_tmy(filename, pvgis_format=None, map_variables=True):
590590
data : pandas.DataFrame
591591
the weather data
592592
months_selected : list
593-
TMY year for each month, ``None`` for basic and EPW
593+
TMY year for each month, do not specify for basic and EPW
594594
inputs : dict
595-
the inputs, ``None`` for basic and EPW
595+
the inputs, do not specify for basic and EPW
596596
metadata : list or dict
597-
file metadata, ``None`` for basic
597+
file metadata, do not specify for basic
598598
599599
Raises
600600
------

0 commit comments

Comments
 (0)