Skip to content

Tests for complex norms #101

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
Mar 15, 2020
Merged

Conversation

mfherbst
Copy link
Contributor

Sorry @JeffreySarnoff I missed in my first fix, that the complex norm function also returns the wrong type for 2-norms (namely e.g. Complex{Double64}, where a real type should be returned). So I made some small tests, just to be sure for next time ...

@codecov-io
Copy link

codecov-io commented Mar 15, 2020

Codecov Report

Merging #101 into master will increase coverage by 0.42%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage      51%   51.42%   +0.42%     
==========================================
  Files          62       62              
  Lines        2847     2847              
==========================================
+ Hits         1452     1464      +12     
+ Misses       1395     1383      -12
Impacted Files Coverage Δ
src/math/linearalgebra/support.jl 90% <100%> (+50%) ⬆️
src/math/elementary/explog.jl 82.87% <0%> (+0.68%) ⬆️
src/extras/misc.jl 18.51% <0%> (+3.7%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7edf16...854bf6b. Read the comment docs.

@JeffreySarnoff
Copy link
Member

You are a good programmer. Thank you for the two-step.

@JeffreySarnoff JeffreySarnoff merged commit 1ded053 into JuliaMath:master Mar 15, 2020
@mfherbst mfherbst deleted the norm_tests branch March 15, 2020 20:58
@mfherbst
Copy link
Contributor Author

Sure. Thanks for maintaining this great package 👍.

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.

3 participants