We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133ad90 commit a9482d7Copy full SHA for a9482d7
pvlib/tests/conftest.py
@@ -11,6 +11,7 @@
11
import pvlib
12
from pvlib.location import Location
13
14
+raise Exception(pvlib.__file__)
15
16
pvlib_base_version = Version(Version(pvlib.__version__).base_version)
17
0 commit comments