We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4dd56 commit 49c8c91Copy full SHA for 49c8c91
tests/spectrum/test_mismatch.py
@@ -305,10 +305,14 @@ def test_spectral_factor_jrc_supplied_ambiguous():
305
306
307
@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])),
+ ('cdte', np.array(
+ [0.991926, 0.999809, 1.01108, 0.993319, 0.956621, 0.970872])),
+ ('monosi', np.array(
+ [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])),
316
])
317
def test_spectral_factor_polo(module_type, expected):
318
altitude = 500
0 commit comments