-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[xdoctest][task 291] reformat example code with google style in python/paddle/incubate/operators/unzip.py
#56826
Conversation
你的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.
@yuchen202 291已经合入了,请不要做重了 |
没有被吞 ~ if len(docstrings_to_test) == 0 and len(whl_error) == 0:
logger.info("-----API_PR.spec is the same as API_DEV.spec-----")
sys.exit(0) 这里直接退出了 ~ 不过,这样确实不太好,应该最后有 End of the check 之类的 ~ 我改一下吧 ~ |
嗯嗯~ |
…on/paddle/incubate/operators/unzip.py` (PaddlePaddle#56826) * [Doctest] fix No.291, test=docs_preview * fix * Update python/paddle/incubate/operators/unzip.py * switch to gpu --------- Co-authored-by: Nyakku Shigure <[email protected]>
PR types
Others
PR changes
Others
Description
@sunzhongkai588 @SigureMo @megemini