提交 35fc46eb 编写于 作者: HansBug's avatar HansBug 😆

dev(hansbug): fix bug on windows

上级 a1bf340a
......@@ -770,7 +770,7 @@ def get_treevalue_test(treevalue_class: Type[TreeValue]):
_repr_png_ = t1._repr_png_()
assert isinstance(_repr_png_, bytes)
if OS.windows:
min_size, max_size = 12000, 16050
min_size, max_size = 14000, 18050
else:
min_size, max_size = 16050, 20500
assert min_size <= len(_repr_png_) <= max_size, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册