Skip to content

Commit

Permalink
Special none cases (please review)
Browse files Browse the repository at this point in the history
Co-Authored-By: Cliff Hansen <5393711+cwhanse@users.noreply.github.com>
  • Loading branch information
echedey-ls and cwhanse committed Oct 31, 2023
1 parent 232156c commit b8f942b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pvlib/iotools/pvgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,11 @@ def get_pvgis_tmy(latitude, longitude, outputformat='json', usehorizon=True,
data : pandas.DataFrame
the weather data
months_selected : list
TMY year for each month, ``None`` for basic and EPW
TMY year for each month, do not specify for basic and EPW
inputs : dict
the inputs, ``None`` for basic and EPW
the inputs, do not specify for basic and EPW
metadata : list or dict
file metadata, ``None`` for basic
file metadata, do not specify for basic
Note
----
Expand Down Expand Up @@ -590,11 +590,11 @@ def read_pvgis_tmy(filename, pvgis_format=None, map_variables=True):
data : pandas.DataFrame
the weather data
months_selected : list
TMY year for each month, ``None`` for basic and EPW
TMY year for each month, do not specify for basic and EPW
inputs : dict
the inputs, ``None`` for basic and EPW
the inputs, do not specify for basic and EPW
metadata : list or dict
file metadata, ``None`` for basic
file metadata, do not specify for basic
Raises
------
Expand Down

0 comments on commit b8f942b

Please sign in to comment.