We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8587414 commit 23a3450Copy full SHA for 23a3450
1 file changed
openml/_config.py
@@ -519,8 +519,9 @@ def start_using_configuration_for_example(self) -> None:
519
self._manager._config,
520
servers=self._test_servers,
521
)
522
+ test_server = self._test_servers[self._manager._config.api_version]["server"]
523
warnings.warn(
- f"Switching to the test servers {self._test_servers} to not upload results to "
524
+ f"Switching to the test server {test_server} to not upload results to "
525
"the live server. Using the test server may result in reduced performance of the "
526
"API!",
527
stacklevel=2,
0 commit comments