mirror of
https://github.com/wassname/ray.git
synced 2026-08-19 12:30:27 +08:00
[tune] Fix directory naming regression (#6839)
This commit is contained in:
@@ -47,6 +47,8 @@ class SerialTuneRelativeLocalDirTest(unittest.TestCase):
|
||||
_register_all()
|
||||
|
||||
def _get_trial_dir(self, absoulte_exp_dir):
|
||||
print("looking for", self.MockTrainable._name)
|
||||
print("in", os.listdir(absoulte_exp_dir))
|
||||
trial_dirname = next(
|
||||
(child_dir for child_dir in os.listdir(absoulte_exp_dir)
|
||||
if (os.path.isdir(os.path.join(absoulte_exp_dir, child_dir))
|
||||
|
||||
Reference in New Issue
Block a user