Update test_trial_scheduler.py (#4710)

This commit is contained in:
Eric Liang
2019-04-27 23:11:05 -07:00
committed by GitHub
parent d7d2694b57
commit b1c9ea7ffc
@@ -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"])