Skip to content

Commit ceb0996

Browse files
committed
Fix Runner interface.
1 parent 50473a2 commit ceb0996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/runners/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(
1414
pass
1515

1616
@abstractmethod
17-
def get_environment(self):
17+
def get_environment(self, tuning_options):
1818
pass
1919

2020
@abstractmethod

0 commit comments

Comments
 (0)