Skip to content

Commit 31cbb3b

Browse files
committed
create lint issues to try out the new linter
1 parent bed3304 commit 31cbb3b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

pvlib/iam.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
import functools
1414
from pvlib.tools import cosd, sind
1515

16+
from pvlib import pvsystem
17+
18+
extra_whitespace = None
19+
20+
21+
22+
23+
1624
# a dict of required parameter names for each IAM model
1725
# keys are the function names for the IAM models
1826
_IAM_MODEL_PARAMS = {

pvlib/snow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def fully_covered_nrel(snowfall, threshold_snowfall=1.):
4646
of a PV Snow Coverage Model in SAM" (2017) NREL Technical Report
4747
NREL/TP-6A20-68705
4848
'''
49+
notused = 0
4950
timestep = _time_delta_in_hours(snowfall.index)
5051
hourly_snow_rate = snowfall / timestep
5152
# if we can infer a time frequency, use first snowfall value

0 commit comments

Comments
 (0)