Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Oct 15, 2024
1 parent 19a8290 commit 09e87df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pvlib/bifacial/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from pvlib.tools import sind, cosd, tand
import warnings
from pvlib._deprecation import pvlibDeprecationWarning
from scipy.integrate import trapezoid


def _solar_projection_tangent(solar_zenith, solar_azimuth, surface_azimuth):
Expand Down
1 change: 1 addition & 0 deletions pvlib/tests/bifacial/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

from pvlib._deprecation import pvlibDeprecationWarning


@pytest.fixture
def test_system_fixed_tilt():
syst = {'height': 1.0,
Expand Down

0 comments on commit 09e87df

Please sign in to comment.