Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into fix#671
  • Loading branch information
PGijsbers authored Oct 29, 2020
commit 7fabc728b4a773e656e426777761284f7875d484
5 changes: 1 addition & 4 deletions openml/datasets/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,7 @@ def check_datasets_active(
dict
A dictionary with items {did: bool}
"""
dataset_list = list_datasets(
data_id=dataset_ids,
status="all",
)
dataset_list = list_datasets(status="all", data_id=dataset_ids)
active = {}

for did in dataset_ids:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.