提交 712a9f91 编写于 作者: S superjom

fix test

上级 94f5ada2
......@@ -29,7 +29,7 @@ class LibTest(unittest.TestCase):
def test_modes(self):
modes = lib.get_modes(self.reader)
self.assertEqual(sorted(modes), sorted(["train", "test", "valid"]))
self.assertEqual(sorted(modes), sorted(["default", "train", "test", "valid"]))
def test_scalar(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册