We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5ed3d commit ab31e29Copy full SHA for ab31e29
tools/AutoTuner/test/resume_check.py
@@ -119,7 +119,7 @@ def test_tune_resume(self):
119
time.sleep(30)
120
# Check if first config is complete
121
while True:
122
- cur_modified_time = self.check_trial_times()
+ cur_modified_time = self.get_trial_times()
123
print(f"Current modified time: {cur_modified_time}")
124
print(f"Latest modified time: {latest_modified_time}")
125
if abs(cur_modified_time - latest_modified_time) < 1e-3:
0 commit comments