8000 TST: Verify dot products with matrix transposes by jakirkham · Pull Request #6930 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

TST: Verify dot products with matrix transposes #6930

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

Merged
merged 1 commit into from
Jan 6, 2016

Conversation

jakirkham
Copy link
Contributor

Related: #6794
Related: #6932

Tries different products with transposes to verify that correct result is gotten. Makes sure to try combinations that don't share memory, as well.

@charris
Copy link
Member
charris commented Jan 3, 2016

You want these tests for future work, yes?

@jakirkham
Copy link
Contributor Author

Correct, this is to make sure I don't mess something up. :) If you have pointers or thoughts on additional tests, I am open to suggestions.

@jakirkham
Copy link
Contributor Author

I think I should add some inner product tests, as well.

@jakirkham jakirkham changed the title TST: Verify dot products with matrix transposes WIP: TST: Verify dot products with matrix transposes Jan 4, 2016
@jakirkham jakirkham force-pushed the test_dot_trans branch 8 times, most recently from 330b071 to 66eeeae Compare January 4, 2016 14:34
@jakirkham jakirkham changed the title WIP: TST: Verify dot products with matrix transposes TST: Verify dot products with matrix transposes Jan 4, 2016
@jakirkham
Copy link
Contributor Author

I've decided to skip inner based tests as part of this PR group and just focus on dot for now.

@jakirkham
Copy link
Contributor Author

Rebased.

@njsmith
Copy link
Member
njsmith commented Jan 6, 2016

Can't see how more tests could do any harm :-) Thanks @jakirkham

njsmith added a commit that referenced this pull request Jan 6, 2016
TST: Verify dot products with matrix transposes
@njsmith njsmith merged commit 7d67348 into numpy:master Jan 6, 2016
@jakirkham jakirkham deleted the test_dot_trans branch January 6, 2016 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
CAE
0