You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incidence Angle Modifier zero instead of np.nan (#338) (#339)
* changed np.nan to 0 in functions ashraeiam, physicaliam, sapm_aoi_loss
* updated docstrings
* updated tests to account for changes in functions
* replace 0-degree aoi in physicaliam with 1e-06, analogous to the calculation of tau0
* updated tests to account for input angles of np.nan
* updated test for ashraeiam to check for possible negative values for input angles close to 90°
* updated docstring with info about nan-inputs resulting in nan.
* updated variables-and-symbols-page with allowable range of aoi
* changed whatsnew for v0.5
* applied @adriesse suggestion to split calculation of tau
* forgot to delete unused line
* typo :-(
* typo in variables_styles_rules
* implemented code suggestion by @adriesse
0 commit comments