From 8136e3ff0ccc4c4e6f790e66c7e024fdc13c6912 Mon Sep 17 00:00:00 2001 From: Kevin Anderson <57452607+kanderso-nrel@users.noreply.github.com> Date: Sun, 12 Jun 2022 13:45:10 -0400 Subject: [PATCH] Update psm3.py --- pvlib/iotools/psm3.py | 1 + 1 file changed, 1 insertion(+) 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.