Skip to content
Prev Previous commit
Merge branch 'develop' into feature/validate_attributes_at_create_dat…
…aset
  • Loading branch information
a-moadel authored Oct 29, 2020
commit 89c2adad176d1d952e89c6baae823d0a96227c39
5 changes: 4 additions & 1 deletion openml/datasets/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,10 @@ def _validated_data_attributes(
)


def check_datasets_active(dataset_ids: List[int]) -> Dict[int, bool]:
def check_datasets_active(
dataset_ids: List[int],
raise_error_if_not_exist: bool = True,
) -> Dict[int, bool]:
"""
Check if the dataset ids provided are active.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.