Skip to content

Commit 49c8c91

Browse files
committed
Update test_mismatch.py
1 parent 3e4dd56 commit 49c8c91

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/spectrum/test_mismatch.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,14 @@ def test_spectral_factor_jrc_supplied_ambiguous():
305305

306306

307307
@pytest.mark.parametrize("module_type,expected", [
308-
('cdte', np.array([0.991926, 0.999809, 1.01108, 0.993319, 0.956621, 0.970872])),
309-
('monosi', np.array([1.00174, 0.971769, 0.986224, 1.01661, 1.02026, 1.0106])),
310-
('cigs', np.array([1.00769, 0.959666, 0.974438, 1.02861, 1.05203, 1.03117])),
311-
('asi', np.array([0.982133, 1.04674, 1.04859, 0.951109, 0.865328, 0.919515])),
308+
('cdte', np.array(
309+
[0.991926, 0.999809, 1.01108, 0.993319, 0.956621, 0.970872])),
310+
('monosi', np.array(
311+
[1.00174, 0.971769, 0.986224, 1.01661, 1.02026, 1.0106])),
312+
('cigs', np.array(
313+
[1.00769, 0.959666, 0.974438, 1.02861, 1.05203, 1.03117])),
314+
('asi', np.array(
315+
[0.982133, 1.04674, 1.04859, 0.951109, 0.865328, 0.919515])),
312316
])
313317
def test_spectral_factor_polo(module_type, expected):
314318
altitude = 500

0 commit comments

Comments
 (0)