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

[PIR] Adaptation of TestSundryAPIStatic.test_static_data #62879

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

gouzil
Copy link
Member

@gouzil gouzil commented Mar 20, 2024

PR types

Others

PR changes

Others

Description

修复TestSundryAPIStatic.test_static_data单测, PIR 下已经明确不使用name作为fetch_list

相关链接:

Copy link

paddle-bot bot commented Mar 20, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label Mar 20, 2024
@gouzil gouzil requested a review from SigureMo March 20, 2024 07:29
@@ -373,7 +374,7 @@ def test_static_data(self):
"x1": np.array(1.0, dtype='float32'),
},
fetch_list=[
x1.name,
x1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

逗号删掉吧,下同

Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMeow 🐾

@SigureMo SigureMo merged commit d977652 into PaddlePaddle:develop Mar 20, 2024
29 of 30 checks passed
@gouzil gouzil deleted the fix_test_zero_dim_7 branch April 23, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants