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

Fix default tolerance for complex #58

Merged
merged 3 commits into from
Dec 15, 2021
Merged

Fix default tolerance for complex #58

merged 3 commits into from
Dec 15, 2021

Conversation

ChrisRackauckas
Copy link
Member

Fixes #38

@codecov
Copy link

codecov bot commented Dec 15, 2021

Codecov Report

Merging #58 (50331e2) into main (d8054e0) will decrease coverage by 0.99%.
The diff coverage is 54.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
- Coverage   86.11%   85.12%   -1.00%     
==========================================
  Files           6        6              
  Lines         353      363      +10     
==========================================
+ Hits          304      309       +5     
- Misses         49       54       +5     
Impacted Files Coverage Δ
src/common.jl 68.18% <25.00%> (-4.32%) ⬇️
src/pardiso.jl 81.25% <71.42%> (-2.09%) ⬇️

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 d8054e0...50331e2. Read the comment docs.

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.

handle cases where eps(eltype) not defined like Complex, Int
1 participant