-
Notifications
You must be signed in to change notification settings - Fork 55
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
fix docs api #475
fix docs api #475
Conversation
Thanks for your contribution! |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
) | ||
|
||
|
||
def _test_case_3(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个记录到excel中
https://xly.bce.baidu.com/paddlepaddle/PaConvert/newipipe/detail/11545285/job/27538585//realTimeLog/478 CI还是有失败,这个能看到吗,其他CI目前有些问题不能触发。PR-CI-GPU-UnitTest可以正常触发,先保证PR-CI-GPU-UnitTest可以正常通过。
|
后面注意把文档链接附录过来 |
@Xuxuanang 目前在做的工作为何还有新增Matcher?安排的工作是修复存量问题:
|
@Xuxuanang 你拉一下最新的再测一下试试,为啥单测总是没有运行通过 |
@Xuxuanang 如果有对应文档,在PR描述里填一下 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下个PR改一下
) | ||
|
||
|
||
def test_case_4(): | ||
def _test_case_4(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个问题记录到excel里
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
obj.run(pytorch_code, ["result"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个单侧名字有问题吧,test_e.py?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个貌似不是我新加的,是从最新版paconvert里面拉过来的
PR Docs
PaddlePaddle/docs#6870
添加文档缺失中的单测以及转换规则等
PR APIs