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
This is not actually possible because the first line of the block always assigns at least press_temp = {}. Better style would be to move the first line out of the try block.
The except block should set
press_temp = {}
. The kwarg should also be called as a kwarg.pvlib-python/pvlib/modelchain.py
Lines 1352 to 1360 in 149fd02
The text was updated successfully, but these errors were encountered: