dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

Address `@xfail_if_external_scheduler` TODOs in `test_model`

Open sarahyurick opened this issue 3 years ago • 2 comments

Several of our pytests in tests/integration/test_model.py have this note:

# TODO - many ML tests fail on clusters without sklearn - can we avoid this?
@skip_if_external_scheduler

We should look into removing @skip_if_external_scheduler from these pytests.

sarahyurick avatar Oct 13 '22 20:10 sarahyurick

See also in tests/unit/test_ml_wrappers.py

sarahyurick avatar Dec 27 '22 15:12 sarahyurick

Now @xfail_if_external_scheduler

sarahyurick avatar Jan 23 '23 18:01 sarahyurick