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 a704bb0 commit 3470cb5Copy full SHA for 3470cb5
1 file changed
tests/test_openml/test_config.py
@@ -127,12 +127,8 @@ def test_switch_from_example_configuration(self):
127
128
openml.config.start_using_configuration_for_example()
129
openml.config.stop_using_configuration_for_example()
130
-<<<<<<< studies-migration
131
- openml.config.servers = openml.config.get_servers("production")
132
-=======
133
assert openml.config.apikey == TestBase.user_key
134
assert openml.config.server == self.production_server
135
->>>>>>> main
136
137
def test_example_configuration_stop_before_start(self):
138
"""Verifies an error is raised if `stop_...` is called before `start_...`."""
0 commit comments