Skip to content

Commit 92dcb4d

Browse files
committed
add some print statements to debug test failure
1 parent ff20bef commit 92dcb4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/ivtools/test_convert.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ def test_convert_cec_pvsyst():
2222
'mu_gamma': -0.00074595,
2323
'cells_in_series': 66}
2424

25+
print(pvsyst_expected)
26+
print("-----------")
27+
print(trina660_pvsyst_est)
28+
2529
assert np.all([np.isclose(trina660_pvsyst_est[k], pvsyst_expected[k],
2630
rtol=1e-4, atol=0.)
2731
for k in pvsyst_expected])

0 commit comments

Comments
 (0)