Skip to content

Commit ab31e29

Browse files
committed
fix function call
Signed-off-by: Jack Luar <[email protected]>
1 parent cf5ed3d commit ab31e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/test/resume_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_tune_resume(self):
119119
time.sleep(30)
120120
# Check if first config is complete
121121
while True:
122-
cur_modified_time = self.check_trial_times()
122+
cur_modified_time = self.get_trial_times()
123123
print(f"Current modified time: {cur_modified_time}")
124124
print(f"Latest modified time: {latest_modified_time}")
125125
if abs(cur_modified_time - latest_modified_time) < 1e-3:

0 commit comments

Comments
 (0)