Skip to content

Commit

Permalink
forgot to save
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhanse committed Apr 4, 2024
1 parent 7197b8a commit c24b7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pvlib/tests/test_pvarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def test_fit_huld(method):
pdc = pvarray.huld(ee, tc, pdc0, cell_type='csi')
pdc[11] = np.nan
m_pdc0, k = pvarray.fit_huld(ee, tc, pdc, method='ols')
# known solution for OLS obtained with statsmodels v0.14.0
expected = np.array([2.07118648e+02, -8.35033390e+01, -3.83844606e+01,
2.75629738e+00, 1.87571414e+00, -2.86429730e-01,
-6.00418853e-02])
Expand Down

0 comments on commit c24b7cc

Please sign in to comment.