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

change quiet keyword to verbose #903

Closed
2 tasks
orbeckst opened this issue Jul 12, 2016 · 1 comment
Closed
2 tasks

change quiet keyword to verbose #903

orbeckst opened this issue Jul 12, 2016 · 1 comment

Comments

@orbeckst
Copy link
Member

In many places (namely, the analysis classes and the progress meter) we allow the user to mute output with quiet=True. However, it really seems more customary to use verbose=False (@kain88-de mentioned this in PR #892).

To make things a bit more uniform and conform to user expectations, we should

  • deprecate quiet
  • make verbose available.

For 1.0, verbose should be the only available flag. Until then, quiet needs to override verbose so that users are guaranteed their old behavior.

Maybe it is possible to write a ten2eleven fixer — @tylerjereddy ??

@orbeckst orbeckst added the API label Jul 12, 2016
@tylerjereddy
Copy link
Member

I'll try to look into the fixer. I suppose I can justify some procrastination until the code is actually implemented though.

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

No branches or pull requests

3 participants