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

change float to real in two tests #967

Merged
merged 2 commits into from
Dec 21, 2016

Conversation

pengli09
Copy link
Contributor

Change float in test_ConvTrans and test_ConvUnify to real.

Change float in test_ConvTrans and test_ConvUnify to real.
17,
18};
float param2[] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 7, 6, 5, 4, 3, 2, 1};
real inputData2[] = {1,
Copy link
Contributor

Choose a reason for hiding this comment

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

这个数组太长了,能像别的数组一样,写成两行么

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@pengli09 pengli09 merged commit 06ea2bf into PaddlePaddle:develop Dec 21, 2016
@pengli09 pengli09 deleted the fix_test_type branch December 21, 2016 07:17
zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this pull request Sep 25, 2019
* bugfix (PaddlePaddle#967)

* bugfix

* Update release_note_cn.rst

* bug fix (PaddlePaddle#968)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants