Skip to content

Commit d078e74

Browse files
committed
fix test
1 parent cafd131 commit d078e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_pvarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_huld():
5454
pdc0 = 100
5555
res = pvarray.huld(1000, 25, pdc0, cell_type='cSi')
5656
assert np.isclose(res, pdc0)
57-
k = pvarray._infer_k_huld('cSi', pdc0, '2011')
57+
k = pvarray._infer_k_huld('cSi', pdc0, 'pvgis5')
5858
exp_sum = np.exp(1) * (np.sum(k) + pdc0)
5959
res = pvarray.huld(1000*np.exp(1), 26, pdc0, cell_type='cSi')
6060
assert np.isclose(res, exp_sum)

0 commit comments

Comments
 (0)