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

Use testsets and \approx in umfpack.jl #21904

Merged
merged 1 commit into from
May 18, 2017
Merged

Use testsets and \approx in umfpack.jl #21904

merged 1 commit into from
May 18, 2017

Conversation

andreasnoack
Copy link
Member

Just a small follow up on the UMFPACK fix. Only substantial change is the use of instead of norm. The old criteria were much looser than necessary.

@andreasnoack andreasnoack added linear algebra Linear algebra sparse Sparse arrays test This change adds or pertains to unit tests labels May 16, 2017
end

@testset "Test that A[c|t]_ldiv_B!{T<:Complex}(X::StridedMatrix{T}, lu::UmfpackLU{Float64},
# B::StridedMatrix{T}) works as expected." begin
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps nix the # and indent?

Copy link
Member

@Sacha0 Sacha0 left a comment

Choose a reason for hiding this comment

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

lgtm! :)

# Element promotion and type inference
@inferred lua\ones(Int, size(A, 2))
@testset "UMFPACK wrappers" begin

Copy link
Contributor

@tkelman tkelman May 16, 2017

Choose a reason for hiding this comment

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

blank lines at start and end of indented block aren't necessary, waste space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra sparse Sparse arrays test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants