Skip to content

Commit ce862d8

Browse files
committed
Update test_mismatch.py
1 parent f296c7b commit ce862d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spectrum/test_mismatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def test_spectral_factor_jrc_supplied_ambiguous():
308308
('cigs', np.array([1.00769, 0.959666, 0.974438, 1.02861, 1.05203, 1.03117])),
309309
('asi', np.array([0.982133, 1.04674, 1.04859, 0.951109, 0.865328, 0.919515])),
310310
])
311-
def test_spectral_factor_polo():
311+
def test_spectral_factor_polo(module_type,expected):
312312
altitude=500
313313

314314
pws = np.array([0.96, 0.96, 1.85, 1.88, 0.66, 0.66])

0 commit comments

Comments
 (0)