Skip to content

Commit f7e5e12

Browse files
committed
no slash
1 parent 302b4f8 commit f7e5e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/ivtools/sdm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
225225
init['IL_0'] = i_sc
226226
init['a_0'] = 1.5*k*Tref*cells_in_series
227227
init['Io_0'] = i_sc * np.exp(-v_oc/init['a_0'])
228-
init['Rs_0'] = (init['a_0']*np.log1p((init['IL_0'] - i_mp)/init['Io_0']) \
228+
init['Rs_0'] = (init['a_0']*np.log1p((init['IL_0'] - i_mp)/init['Io_0'])
229229
- v_mp) / i_mp
230230
init['Rsh_0'] = 100.0
231231
# overwrite if optional init_guess is provided

0 commit comments

Comments
 (0)