提交 8af710a0 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Fixed minor typos

上级 4394fb6c
......@@ -274,7 +274,8 @@ class test_canonize(unittest.TestCase):
This part are that case that should have been done, but that are not implemented.
Test with and without DimShuffle
"""
raise SkipTest("Current implementation of Canonizer don't implement all case. Skip the corresponding test")
raise SkipTest("Current implementation of Canonizer does not "
"implement all cases. Skip the corresponding test.")
shp=(5,5)
fx, fy, fz = fmatrices('xyz')
......@@ -605,7 +606,8 @@ class test_canonize(unittest.TestCase):
def test_multiple_case_that_fail(self):
raise SkipTest("Current implementation of Canonizer don't implement all case. Skip the corresponding test")
raise SkipTest("Current implementation of Canonizer does not "
"implement all cases. Skip the corresponding test.")
shp=(4,4)
fx, fy, fz = fmatrices('xyz')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论