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 19a8290 commit 09e87dfCopy full SHA for 09e87df
pvlib/bifacial/utils.py
@@ -6,7 +6,6 @@
6
from pvlib.tools import sind, cosd, tand
7
import warnings
8
from pvlib._deprecation import pvlibDeprecationWarning
9
-from scipy.integrate import trapezoid
10
11
12
def _solar_projection_tangent(solar_zenith, solar_azimuth, surface_azimuth):
pvlib/tests/bifacial/test_utils.py
@@ -10,6 +10,7 @@
13
+
14
@pytest.fixture
15
def test_system_fixed_tilt():
16
syst = {'height': 1.0,
0 commit comments