Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

单测报错信息优化(二期) #55348

Closed
SigureMo opened this issue Jul 12, 2023 · 2 comments · Fixed by #55385
Closed

单测报错信息优化(二期) #55348

SigureMo opened this issue Jul 12, 2023 · 2 comments · Fixed by #55385
Assignees
Labels
status/close 已关闭

Comments

@SigureMo
Copy link
Member

SigureMo commented Jul 12, 2023

任务描述

任务需求来自 #44641,细节可以看一下 框架易用性提升——单测报错信息优化

简单来说就是我们当时处理了 self.assertTrue(np.allclose(...)) 这种情况,而没有处理 assert np.allclose(...) 这种情况,这次准备处理下后者啦~

任务拆分

序号 任务描述 认领人 提交 PR
1 替换 assert np.allclose @zrr1999 #55385
2 替换 assert np.array_equal @zrr1999 #55385
3 CI 流水线中上线 assert np.allclose/np.array_equal 的监控(可参考 #45126 @gouzil #55355
@zrr1999
Copy link
Member

zrr1999 commented Jul 12, 2023

认领 1 2

@gouzil
Copy link
Member

gouzil commented Jul 12, 2023

认领3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/close 已关闭
Projects
None yet
4 participants