Skip to content

Commit

Permalink
[REL] 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Oct 10, 2020
1 parent 330e324 commit afb5167
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ People who contributed to this software across releases (in alphabetical order)
Current
-------

Changelog
~~~~~~~~~
- Nothing yet

.. _changes_0_3_1:

Version 0.3.1
-------------

Changelog
~~~~~~~~~
- It's now possible to pass keyword arguments to the notch filter inside prep; see the ``filter_kwargs`` parameter by `Yorguin Mantilla`_ (`#40 <https://github.com/sappelhoff/pyprep/pull/40>`_)
Expand Down
2 changes: 2 additions & 0 deletions tests/test_find_noisy_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def test_findnoisychannels(raw, montage):
10 # remove any noisy channels by interpolating the bads for 10 iterations
)
for iter in range(0, iterations):
if len(bads) == 0:
continue
raw.info["bads"] = bads
raw.interpolate_bads()
nd = NoisyChannels(raw, random_state=rng)
Expand Down

0 comments on commit afb5167

Please sign in to comment.