Skip to content

Commit

Permalink
Update amlb/benchmark.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
  • Loading branch information
Innixma and PGijsbers authored Nov 3, 2024
1 parent 3488a06 commit 53691db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amlb/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Benchmark:
data_loader = None
framework_install_required = True

def __init__(self, framework_name: str, benchmark_name: str, constraint_name: str, job_history: str | pd.DataFrame = None):
def __init__(self, framework_name: str, benchmark_name: str, constraint_name: str, job_history: str | pd.DataFrame | None = None):
self.job_runner = None

if rconfig().run_mode == 'script':
Expand Down

0 comments on commit 53691db

Please sign in to comment.