Skip to content

Commit 451f3a4

Browse files
committed
Merge branch 'plot_annot' of github.com:eliasbenyahia/python-meegkit into plot_annot
2 parents 8be6a37 + 1101aec commit 451f3a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_dss.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def test_dss_line_iter():
140140
x, _ = create_line_data(n_samples, n_chans=n_chans, n_trials=1,
141141
noise_dim=10, SNR=2, fline=fline / sr)
142142
x = x[..., 0]
143-
# x = data
144143

145144
# RuntimeError when max iterations has been reached
146145
with pytest.raises(RuntimeError):

0 commit comments

Comments
 (0)