You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an unnecessary print statement used in the _list_outputs method in the FEAT class.
This is especially annoying when running a lot of FEAT analysises since it litters the terminal and messes with other user-defined prints and or with progress bars such as tqdm.
There is an unnecessary print statement used in the
_list_outputs
method in theFEAT
class.This is especially annoying when running a lot of FEAT analysises since it litters the terminal and messes with other user-defined prints and or with progress bars such as
tqdm
.nipype/nipype/interfaces/fsl/model.py
Line 487 in 72aac96
As a temporary workaround, you can suppress the print statement like below.
The text was updated successfully, but these errors were encountered: