Skip to content

Commit 15d8107

Browse files
committed
Update irradiance.py
Exclude .*=| from negative lookahead ^(\s{8}|\s{4})(?!try|else|doi|DOI|Warning|Access|Requests|Note)(\w*): (?!.*:)(.+)$ Reason: just this line 🌝 Remaining matches are type annotations in modelchain.py and pvsystem.py
1 parent 29b3aa8 commit 15d8107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ def perez(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
10861086
* 'capecanaveral1988'
10871087
* 'albany1988'
10881088
1089-
return_components: bool (optional, default=False)
1089+
return_components : bool (optional, default=False)
10901090
Flag used to decide whether to return the calculated diffuse components
10911091
or not.
10921092

0 commit comments

Comments
 (0)