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

Hygiene: Remove randomness from loop in test/linalg.jl. #5743

Closed
wants to merge 1 commit into from

Conversation

mschauer
Copy link
Contributor

@mschauer mschauer commented Feb 9, 2014

Before, a different integer matrix was generated for each type combination where eltya or eltyb was integer which makes reasoning and parallelization difficult (#5735).

This also helps a bit with fixing tests after #5741.

@jiahao
Copy link
Member

jiahao commented Feb 9, 2014

I don't have a strong opinion on this change.

@StefanKarpinski
Copy link
Member

Does that mean you're ok with it?

@jiahao
Copy link
Member

jiahao commented Feb 9, 2014

I'm not convinced that moving the sampling of the Integer matrices test outside the eltype loop will change the quality of the tests, so I'm neutral on this change. It does make it more consistent with the FloatingPoint tests though.

@mschauer
Copy link
Contributor Author

mschauer commented Feb 9, 2014

One tangible advantage is that we are now dealing with 1 and not 7 integer matrices which might be by chance ill conditioned or singular.

@mschauer
Copy link
Contributor Author

Obsolete.

@mschauer mschauer closed this Apr 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants