-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide model fit progress bar? #181
Comments
I don't think that you can configure that in DIPY atm, because it's embedded into the multi-voxel fit decorator. For now, I think that our best bet is something like this: https://stackoverflow.com/a/76946337/3532933 (or one of the other suggestions on that page). I think it could be a configurable input to the "fit" method of these models in a future version, though. I'll post an issue on DIPY (and even try to fix it in my ongoing saga of a PR there) |
Something like that implemented in dipy/dipy@44127d5 |
We also use tqdm. It's going to depend on when tqdm reads the variable
…On Fri, Apr 26, 2024, 13:19 Ariel Rokem ***@***.***> wrote:
Something like that implemented in ***@***.***
<dipy/dipy@44127d5>
—
Reply to this email directly, view it on GitHub
<#181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAESDRWGY6AA2JHAKIS73GTY7IZ3PAVCNFSM6AAAAABG2SKCICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZZGE4TCMBWGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yeah - we should have thought about this (on the DIPY side, I mean). Not directly related (might want a separate issue to track execution), but should we implement a "verbose" flag here as well to silence tqdm if-need-be? |
@arokem it seems like fitting models now shows a progress bar by default. Is it possible to switch it off?
The text was updated successfully, but these errors were encountered: