Taylor Salo

Results 525 comments of Taylor Salo

@smoia I added the pre-commit config, but I've never used pre-commit before. Is adding the config file enough?

Just want to add that low-pass filtering, as requested by @butellyn, is one way ([Gratton et al. (2020)](https://www.sciencedirect.com/science/article/pii/S1053811920303529)), but band-stop filtering is another ([Fair et al. (2020)](https://www.sciencedirect.com/science/article/pii/S1053811919309917?via%3Dihub)). There could be...

Here is a draft of something that could be the basis for a new test: ```python import numpy as np true_tr = 0.75 n_vols = 4 # create times for...

@XiaoyuXu750 what version of ASLPrep are you using?

@XiaoyuXu750 can you pull the current `unstable` version and try on that? 0.2.8 has the original bug @emmalxw reported here, while 0.3.0 disabled multi-delay support temporarily while we fixed the...

Given the age of this issue, I need to see if it's still a problem as of 0.4.0.

@dmd Shouldn't this be checked by the BIDS validator? Why did you include the `--skip-bids-validation`? If you don't include that, does it fail with a more interpretable message at the...

Does anyone know if this was resolved?

@philjohnston I'm going to try to fix this bug. Are you familiar enough with the workflows to review my attempted fix?

I was referring more to the Nipype workflows, but it's fine if you can't review the code. I'll try to describe the changes I've proposed in #235 to hopefully fix...