We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3009894 commit cf5ed3dCopy full SHA for cf5ed3d
tools/AutoTuner/test/resume_check.py
@@ -90,9 +90,9 @@ def setUp(self):
90
for c in options
91
]
92
93
- def check_trial_times(self, iteration: int = 0) -> int:
+ def get_trial_times(self, iteration: int = 0) -> int:
94
"""
95
- Checks the nth iteration time of a trial.
+ Returns the nth iteration time of a trial.
96
97
:param iteration: The iteration to check.
98
:return: The latest modified UNIX time of the nth iteration.
0 commit comments