spectral_connectivity( ) issue
See original GitHub issuehi, guys , i have a puzzle abount function spectral_connectivity( ).When i run this function on my own epochs data with the parameters like
cwt_freqs=np.arange(8,13,0.5)
cwt_n_cycles=1
con1,freqs1,times1,n_epochs1=spectral_connectivity(
data['button_tone'],method='coh',mode='cwt_morlet',sfreq=1024,
cwt_freqs=cwt_freqs,cwt_n_cycles=cwt_n_cycles, n_jobs=1)
, an error happend with words like " ValueError: too many values to unpack (expected 4)"
And i do not know how to deal with it , could some one help me ,plz.

Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Spectrum Internet Not Working? Try These Simple Fixes
Fixing Spectrum Wi-Fi issues · Unplug your Spectrum modem from the wall. · Unplug any cords connecting your modem and router. · Wait...
Read more >Outage Information and Troubleshooting | Spectrum Support
If you see a "Connection Issue" status next to your equipment, select Troubleshoot. Select Restart Equipment next to a device. Select Restart Equipment...
Read more >Spectrum outages reported in the last 24 hours - Downdetector
Real-time outage overview for Spectrum. Problems with your TV signal, phone issues or is internet down? Here you see what is going on....
Read more >Eden-Kramer-Lab/spectral_connectivity - GitHub
spectral_connectivity is a Python software package that computes multitaper spectral estimates and frequency-domain brain connectivity measures such as ...
Read more >Spectral connectivity on single epoch - MNE Forum - Discourse
Option 2: SpectralConnectivity function. In this case the error seems to be the parameters of the input array as it asks for a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

And one error happened as i said above
@Charlesi8 glad to help!