Skip to content

Commit 9f6d8f1

Browse files
committed
sorry, once again
1 parent 3aea218 commit 9f6d8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_runs/test_run_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_run_regression_on_classif_task(self):
4141

4242
clf = LinearRegression()
4343
task = openml.tasks.get_task(task_id)
44-
self.assertRaises(openml.exceptions.AttributeError, openml.runs.run_task,
44+
self.assertRaises(AttributeError, openml.runs.run_task,
4545
task=task, model=clf, avoid_duplicate_runs=False)
4646

4747
@mock.patch('openml.flows.sklearn_to_flow')

0 commit comments

Comments
 (0)