From 610b7db070814f0e535162494c448cf768f341f2 Mon Sep 17 00:00:00 2001 From: Chetan Chaudhari Date: Tue, 6 Feb 2018 19:01:08 -0800 Subject: [PATCH] Update example.py Isat2 => Isat2_T0 --- pvmismatch/contrib/gen_coeffs/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvmismatch/contrib/gen_coeffs/example.py b/pvmismatch/contrib/gen_coeffs/example.py index 9f0e514..bf9cf07 100644 --- a/pvmismatch/contrib/gen_coeffs/example.py +++ b/pvmismatch/contrib/gen_coeffs/example.py @@ -32,7 +32,7 @@ isat1, isat2, rs, rsh = x pvc = pvcell.PVcell( - Rs=rs, Rsh=rsh, Isat1_T0=isat1, Isat2=isat2, + Rs=rs, Rsh=rsh, Isat1_T0=isat1, Isat2_T0=isat2, Isc0_T0=ISC0/NP, alpha_Isc=AISC ) f1 = plt.figure()