Skip to content

Commit

Permalink
Skip unit test due to server issue openml/OpenML#1180
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Feb 11, 2023
1 parent 08fa234 commit 9b79b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_runs/test_run_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ def get_ct_cf(nominal_indices, numeric_indices):
sentinel=sentinel,
)

@unittest.skip("https://github.com/openml/OpenML/issues/1180")
@unittest.skipIf(
LooseVersion(sklearn.__version__) < "0.20",
reason="columntransformer introduction in 0.20.0",
Expand Down

0 comments on commit 9b79b7a

Please sign in to comment.