Skip to content
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

Open
oesteban opened this issue Apr 26, 2024 · 4 comments
Open

Hide model fit progress bar? #181

oesteban opened this issue Apr 26, 2024 · 4 comments

Comments

@oesteban
Copy link
Member

@arokem it seems like fitting models now shows a progress bar by default. Is it possible to switch it off?

@arokem
Copy link
Collaborator

arokem commented Apr 26, 2024

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)

@arokem
Copy link
Collaborator

arokem commented Apr 26, 2024

Something like that implemented in dipy/dipy@44127d5

@oesteban
Copy link
Member Author

oesteban commented Apr 26, 2024 via email

@arokem
Copy link
Collaborator

arokem commented Apr 26, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants