Skip to content

Commit 297f160

Browse files
committed
lint
1 parent d0efc37 commit 297f160

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
@@ -292,7 +292,7 @@ def test_spectral_factor_jrc_supplied_ambiguous():
292292

293293
@pytest.mark.parametrize("module_type,expected", [
294294
('cdte', np.array(
295-
[0.992801, 1.00004 , 1.011576, 0.995003, 0.950156, 0.975665])),
295+
[0.992801, 1.00004, 1.011576, 0.995003, 0.950156, 0.975665])),
296296
('monosi', np.array(
297297
[1.000152, 0.969588, 0.984636, 1.015405, 1.024238, 1.005061])),
298298
('cigs', np.array(

0 commit comments

Comments
 (0)