-
-
Notifications
You must be signed in to change notification settings - Fork 211
Adding warnings to all examples switching to a test server #1061
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
Conversation
mfeurer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a warning via warnings.warn to the function that actives the test server? I know it's basically duplicating the information, but let's better be safe than sorry.
Done |
mfeurer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CC @PGijsbers what do you think of these warning messages?
Co-authored-by: Matthias Feurer <[email protected]>
* Adding warnings to all examples switching to a test server * Creating warnings in new text cells * Fixing a bug * Debugging doc build failures * Update openml/config.py Co-authored-by: Matthias Feurer <[email protected]> * Fixing GUI commit bug * Using a common warning message for docs * Renaming warning message file * Editing the non-edited file Co-authored-by: Matthias Feurer <[email protected]>
What does this PR implement/fix? Explain your changes.
Adding warnings to all documentation examples where the test server is activated in order to serve as a disclaimer to users regarding possible performance/behaviour changes.