Skip to content

Commit cf5ed3d

Browse files
committed
clarify function name
Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 3009894 commit cf5ed3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/AutoTuner/test/resume_check.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ def setUp(self):
9090
for c in options
9191
]
9292

93-
def check_trial_times(self, iteration: int = 0) -> int:
93+
def get_trial_times(self, iteration: int = 0) -> int:
9494
"""
95-
Checks the nth iteration time of a trial.
95+
Returns the nth iteration time of a trial.
9696
9797
:param iteration: The iteration to check.
9898
:return: The latest modified UNIX time of the nth iteration.

0 commit comments

Comments
 (0)