Closed mfvd closed 1 year ago
Hi, this resample is quite new and well tested yet. Sorry for that. Could you try to run the same with n_jobs=1 and then send the error trace ?
Hi @samuelgarcia
No problem!
With n_jobs=1
I don't get any error. However, saving the binary file takes a long time, even with a significantly reduced recording (e.g. 100sec). Saving the whole file with n_jobs=1
crashes my jupyter notebook after ~1h.
Can you try this
rec_resample = rec_resample.save(format='binary',
folder="lfp/preprocessed",
n_jobs=1,
chunk_duration='1s',
progress_bar=False)
And copy us the trace ?
@mfvd do you still have this issue?
@alejoe91 I don't see the issue anymore. Thanks!
Hi! I'm getting en error when trying to cache a down sampled recording but not on a recording that was only filtered/re-referenced.
When checking the number of samples of the down sampled recrodign with
rec_resample.get_num_samples()
I get the correct value of samples. However, when I use therec_resample.get_traces
method and check the dimensions I get 0 samples x N_channels.Code I'm using
ERROR