Skip to content

Commit

Permalink
fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn-cat committed Jun 10, 2022
1 parent 69fe933 commit 1e60951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def sample_candidates(task, task_name, model_name):
context.initialize()
context.pre_tuning(
context.generate_design_space(),
database=ms.database.MemoryDatabase(),
database=ms.database.MemoryDatabase(), # type: ignore
cost_model=ms.cost_model.RandomModel(), # type: ignore
)

Expand Down

0 comments on commit 1e60951

Please sign in to comment.