Skip to content

Commit

Permalink
Update local_job_executor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshipon authored Jan 27, 2025
1 parent 34c2911 commit 98ec415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiaccel/hpo/job_executors/local_job_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(

self.job_list: list[LocalJob] = []

def submit_inheritance(
def submit_impl(
self,
args: list[str],
tag: Any = None,
Expand Down

0 comments on commit 98ec415

Please sign in to comment.