Skip to content

Commit 9235bb1

Browse files
committed
Fixes this test to be sensible.
1 parent 6383651 commit 9235bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitime/tests/test_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ def test_MTCoherenceAnalyzer():
325325
TS = ts.TimeSeries(my_signal, sampling_rate=30.02)
326326
# T.metadata['roi'] = vessel_names
327327
C2 = nta.MTCoherenceAnalyzer(TS, bandwidth=multitaper_bandwidth)
328-
npt.assert_equal(C2.coherence.shape, (10, 1337))
328+
npt.assert_equal(C2.coherence.shape, (10, 10, 1337))

0 commit comments

Comments
 (0)