We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdea49 commit facdd7eCopy full SHA for facdd7e
1 file changed
tests/ivtools/test_convert.py
@@ -11,16 +11,16 @@ def test_convert_cec_pvsyst():
11
trina660_pvsyst_est = convert.convert_cec_pvsyst(trina660_cec,
12
cells_in_series)
13
pvsyst_expected = {'alpha_sc': 0.0096671,
14
- 'I_L_ref': 18.19305,
15
- 'I_o_ref': 6.94494e-12,
16
- 'EgRef': 1.121,
17
- 'R_s': 0.16318,
18
- 'R_sh_ref': 1000.947,
19
- 'R_sh_0': 8593.35,
20
- 'R_sh_exp': 5.5,
21
- 'gamma_ref': 1.0724,
22
- 'mu_gamma': -0.00074595,
23
- 'cells_in_series': 66}
+ 'I_L_ref': 18.19305,
+ 'I_o_ref': 6.94494e-12,
+ 'EgRef': 1.121,
+ 'R_s': 0.16318,
+ 'R_sh_ref': 1000.947,
+ 'R_sh_0': 8593.35,
+ 'R_sh_exp': 5.5,
+ 'gamma_ref': 1.0724,
+ 'mu_gamma': -0.00074595,
+ 'cells_in_series': 66}
24
25
assert np.all([np.isclose(trina660_pvsyst_est[k], pvsyst_expected[k],
26
rtol=1e-4, atol=0.)
0 commit comments