From 904ecae163055a23acc6887b6cc2a47c13d7b014 Mon Sep 17 00:00:00 2001 From: Chetan Chaudhari Date: Tue, 6 Feb 2018 19:02:27 -0800 Subject: [PATCH] reverting changes - didn't mean to commit master --- 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 bf9cf07..9f0e514 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_T0=isat2, + Rs=rs, Rsh=rsh, Isat1_T0=isat1, Isat2=isat2, Isc0_T0=ISC0/NP, alpha_Isc=AISC ) f1 = plt.figure()