@@ -202,8 +202,8 @@ def test_spectral_factor_caballero_supplied_ambiguous():
202
202
203
203
@pytest .mark .parametrize ("module_type,expected" , [
204
204
('asi' , np .array ([1.15534029 , 1.1123772 , 1.08286684 , 1.01915462 ])),
205
- ('fs -2' , np .array ([1.0694323 , 1.04948777 , 1.03556288 , 0.9881471 ])),
206
- ('fs-4 ' , np .array ([1.05234725 , 1.037771 , 1.0275516 , 0.98820533 ])),
205
+ ('fs4 -2' , np .array ([1.0694323 , 1.04948777 , 1.03556288 , 0.9881471 ])),
206
+ ('fs4-1 ' , np .array ([1.05234725 , 1.037771 , 1.0275516 , 0.98820533 ])),
207
207
('multisi' , np .array ([1.03310403 , 1.02391703 , 1.01744833 , 0.97947605 ])),
208
208
('monosi' , np .array ([1.03225083 , 1.02335353 , 1.01708734 , 0.97950110 ])),
209
209
('cigs' , np .array ([1.01475834 , 1.01143927 , 1.00909094 , 0.97852966 ])),
@@ -218,8 +218,8 @@ def test_spectral_factor_pvspec(module_type, expected):
218
218
219
219
@pytest .mark .parametrize ("module_type,expected" , [
220
220
('asi' , pd .Series ([1.15534029 , 1.1123772 , 1.08286684 , 1.01915462 ])),
221
- ('fs -2' , pd .Series ([1.0694323 , 1.04948777 , 1.03556288 , 0.9881471 ])),
222
- ('fs-4 ' , pd .Series ([1.05234725 , 1.037771 , 1.0275516 , 0.98820533 ])),
221
+ ('fs4 -2' , pd .Series ([1.0694323 , 1.04948777 , 1.03556288 , 0.9881471 ])),
222
+ ('fs4-1 ' , pd .Series ([1.05234725 , 1.037771 , 1.0275516 , 0.98820533 ])),
223
223
('multisi' , pd .Series ([1.03310403 , 1.02391703 , 1.01744833 , 0.97947605 ])),
224
224
('monosi' , pd .Series ([1.03225083 , 1.02335353 , 1.01708734 , 0.97950110 ])),
225
225
('cigs' , pd .Series ([1.01475834 , 1.01143927 , 1.00909094 , 0.97852966 ])),
0 commit comments