-
-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
Description
Apparently, something changed on OpenML.org. The unit tests show this:
Traceback (most recent call last):
File "/home/travis/build/openml/openml-python/tests/test_setups/test_setup_functions.py", line 141, in test_list_setups_empty
setups = openml.setups.list_setups(setup=[-1])
File "/home/travis/build/openml/openml-python/openml/setups/functions.py", line 143, in list_setups
return _list_setups(api_call)
File "/home/travis/build/openml/openml-python/openml/setups/functions.py", line 150, in _list_setups
xml_string = openml._api_calls._perform_api_call(api_call)
File "/home/travis/build/openml/openml-python/openml/_api_calls.py", line 53, in _perform_api_call
return _read_url(url, data)
File "/home/travis/build/openml/openml-python/openml/_api_calls.py", line 120, in _read_url
raise _parse_server_exception(response, url=url)
OpenMLServerException: Illegal filter input.
Reactions are currently unavailable