PennLINC / xcp_d

Post-processing of fMRIPrep, NiBabies, and HCP outputs
https://xcp-d.readthedocs.io
BSD 3-Clause "New" or "Revised" License
78 stars 26 forks source link

Address remaining issues flagged by ruff #1318

Open tsalo opened 2 weeks ago

tsalo commented 2 weeks ago

I ended up ignoring these issues because I just wanted to merge #1312, but I do want to fix them at some point. The big ones are:

  1. Use of assert statements throughout the package (I used a lot!)
  2. Use of os.system, subprocess.popen, etc.