MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 181 forks source link

Python: Pylint fix consider-using-generator #3005

Closed Lestropie closed 1 day ago

Lestropie commented 2 months ago

Fixes pylint issues produced on my own system (pylint 2.15.10, astroid 2.13.3, Python 3.10.12) that aren't currently caught by CI.

Seems to be Python2 safe, so OK to put on master?