coganlab / IEEG_Pipelines

A repo of current preprocessing methods for the Cogan Lab
https://ieeg-pipelines.readthedocs.io/en/latest/
MIT License
4 stars 2 forks source link

delete copy=False from data=inst.get_data, since it causes an error. #102

Closed jimzhang629 closed 7 months ago

jimzhang629 commented 7 months ago

` data = inst.get_data() #delete copy=False parameter'

Change this line in wavelet_scaleogram because if I leave it as data = inst.get_data(copy=False), I get an error, saying that Epochs objects don't have the copy parameter.

Aaronearlerichardson commented 7 months ago

copy=false is a necessary adjustment in mne > 1.5