We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610bbb2 commit b8e1e3dCopy full SHA for b8e1e3d
1 file changed
pvlib/ivtools/utils.py
@@ -603,4 +603,4 @@ def _lambertw_pvlib(x):
603
(expg * g_p1**2 - 0.5*(g + 2)*g_expg_z)
604
w[small] = g
605
606
- return w[0] if w.shape==1 else w
+ return w[0] if w.shape == 1 else w
0 commit comments