Skip to content

Commit

Permalink
Add test reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Jun 10, 2024
1 parent 8339d40 commit bdfb626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne_connectivity/decoding/tests/test_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ def test_spectral_decomposition(method, mode):
atol=similarity_thresh,
) # check connectivity for optimised freq. band similarly low for seen & unseen

# XXX: TEST FILTERS/PATTERNS HAS CORRECT SHAPE WHEN N_COMPONENTS > 1 SUPPORTED

# TEST GETTERS & SETTERS
# Test indices internal storage and returned format
assert np.all(np.array(decomp_class.indices) == np.array((seeds, targets)))
Expand Down

0 comments on commit bdfb626

Please sign in to comment.