Skip to content

Commit

Permalink
address Eric's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjr committed Feb 20, 2017
1 parent 93afd2b commit 9c5cce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/decoding/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ def inverse_transform(self, X):

@requires_sklearn
def test_linearmodel():
"""Test LinearModel class for computing filters and patterns.
"""
clf = LinearModel()
X = np.random.rand(20, 3)
y = np.arange(20) % 2
Expand Down

0 comments on commit 9c5cce7

Please sign in to comment.