Pierre Yger
Pierre Yger
Damned, ok, I'll also fix this last one
Everything should be fixed now in master, we worked hard to optimize the code for large recordings
Could it be because of concatenation, and rounding of num_samples? Because I do not see any obvious reason why, the end_frame should not be the same. Can you give me...
I will check also
I've tried a putative fix #4071. To me, the problem is simply that we should propagate explictly job_kwargs to the signature of silence_periods, because otherwise we are always relying on...
Myabe it would be good to have all internal matrices in dredge as float32 don't you think @samuelgarcia ?
Currently, despite the fact that preprocessing chains are lazy, i.e. data are only loaded when there is a get_traces() call, every preprocessing step will have its own buffer of data....
I think this is a great feature, but I already told @samuelgarcia that maybe we should at very least warn (prevent ?) users that will use very low frequencies for...
Yes, I've read the PR, and indeed, at least a warning that the theoretical margin should be XX, and that it has be clipped to max_margin_s. The thing is that...