Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
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
1 change: 0 additions & 1 deletion examples/30_extended/datasets_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

How to list and download datasets.
"""
""

# License: BSD 3-Clauses

Expand Down
1 change: 0 additions & 1 deletion openml/runs/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,6 @@ def __list_runs(api_call, output_format="dict"):
"upload_time": str(run_["oml:upload_time"]),
"error_message": str((run_["oml:error_message"]) or ""),
}

runs[run_id] = run

if output_format == "dataframe":
Expand Down
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

# License: BSD 3-Clause

# License: BSD 3-Clause
Comment thread
mfeurer marked this conversation as resolved.
Outdated

import os
import logging
from typing import List
Expand Down