We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6383651 commit 9235bb1Copy full SHA for 9235bb1
nitime/tests/test_analysis.py
@@ -325,4 +325,4 @@ def test_MTCoherenceAnalyzer():
325
TS = ts.TimeSeries(my_signal, sampling_rate=30.02)
326
# T.metadata['roi'] = vessel_names
327
C2 = nta.MTCoherenceAnalyzer(TS, bandwidth=multitaper_bandwidth)
328
- npt.assert_equal(C2.coherence.shape, (10, 1337))
+ npt.assert_equal(C2.coherence.shape, (10, 10, 1337))
0 commit comments