Skip to content

Commit b4be142

Browse files
made fix for SticklerCI
1 parent 840beb7 commit b4be142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/temperature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ def hayes(poa_effective, temp_air, wind_speed, module_efficiency, module_area,
796796
dt = pd.to_timedelta(to_offset(freq)).seconds
797797

798798
# radiation (from sun)
799-
q_short_wave_radiation = poa_effective # module_area * poa_effective
799+
q_short_wave_radiation = poa_effective # module_area * poa_effective
800800

801801
# converted electrical energy
802802
p_out = module_efficiency * module_area * poa_effective

0 commit comments

Comments
 (0)