From b1c9ea7ffc534279de94a2c59acff04e1f37da7f Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sat, 27 Apr 2019 23:11:05 -0700 Subject: [PATCH] Update test_trial_scheduler.py (#4710) --- python/ray/tune/tests/test_trial_scheduler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/ray/tune/tests/test_trial_scheduler.py b/python/ray/tune/tests/test_trial_scheduler.py index f574a4921..1f8ab8025 100644 --- a/python/ray/tune/tests/test_trial_scheduler.py +++ b/python/ray/tune/tests/test_trial_scheduler.py @@ -886,8 +886,6 @@ class PopulationBasedTestingSuite(unittest.TestCase): def testLogConfig(self): def check_policy(policy): - self.assertIsInstance(policy[0], str) - self.assertIsInstance(policy[1], str) self.assertIsInstance(policy[2], int) self.assertIsInstance(policy[3], int) self.assertIn(policy[0], ["0tag", "2tag", "3tag", "4tag"])