We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff20bef commit 92dcb4dCopy full SHA for 92dcb4d
1 file changed
tests/ivtools/test_convert.py
@@ -22,6 +22,10 @@ def test_convert_cec_pvsyst():
22
'mu_gamma': -0.00074595,
23
'cells_in_series': 66}
24
25
+ print(pvsyst_expected)
26
+ print("-----------")
27
+ print(trina660_pvsyst_est)
28
+
29
assert np.all([np.isclose(trina660_pvsyst_est[k], pvsyst_expected[k],
30
rtol=1e-4, atol=0.)
31
for k in pvsyst_expected])
0 commit comments