diff --git a/pvlib/iotools/psm3.py b/pvlib/iotools/psm3.py index a8f9781c22..54889d0bd9 100644 --- a/pvlib/iotools/psm3.py +++ b/pvlib/iotools/psm3.py @@ -148,6 +148,7 @@ def get_psm3(latitude, longitude, api_key, email, names='tmy', interval=60, .. [4] `Physical Solar Model (PSM) v3 - Five Minute Temporal Resolution `_ """ + make_an_error # The well know text (WKT) representation of geometry notation is strict. # A POINT object is a string with longitude first, then the latitude, with # four decimals each, and exactly one space between them.