Skip to content

Commit 1eb3293

Browse files
committed
Remove tab character
1 parent 450dd37 commit 1eb3293

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
@@ -310,7 +310,7 @@ def test_spectral_factor_jrc_supplied_ambiguous():
310310
('monosi',
311311
np.array([1.00174, 0.971769, 0.986224, 1.01661, 1.02026, 1.0106])),
312312
('cigs',
313-
np.array([1.00769, 0.959666, 0.974438, 1.02861, 1.05203, 1.03117])),
313+
np.array([1.00769, 0.959666, 0.974438, 1.02861, 1.05203, 1.03117])),
314314
('asi',
315315
np.array([0.982133, 1.04674, 1.04859, 0.951109, 0.865328, 0.919515])),
316316
])

0 commit comments

Comments
 (0)