David Watson
David Watson
I realise this issue has been closed, however I've been experiencing the same problem. There is an off-by-one difference, where the warped series is always one sample short of the...
Okay, here's an example adapted from the docs to show what I mean. First, modify the _warp_ function in _warp.py_ to allow incrementing `jmax` if needed. ``` def warp(d, index_reference=False,...
I've been having a similar problem (large t-values get converted to Inf, which then breaks things like TFCE and cluster corrections). In my case, I think the problem was the...
Hi Anderson, Thanks for that - it looks like using that flag to force double precision also fixes the problem for me. Sure, happy to share the data - I'll...