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

remove invalid test for failing sprand(BigFloat) #85

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

stevengj
Copy link
Contributor

It doesn't make sense to test that sprand(BigFloat, ...) throws a MethodError, as this function will work as soon as JuliaLang/julia#17629 is fixed.

In particular, this test is blocking JuliaLang/julia#44714

@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2022

Codecov Report

Merging #85 (49a35ad) into main (97189f3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #85   +/-   ##
=======================================
  Coverage   89.18%   89.18%           
=======================================
  Files           7        7           
  Lines        5677     5677           
=======================================
  Hits         5063     5063           
  Misses        614      614           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@DilumAluthge
Copy link
Contributor

@ViralBShah After this PR is merged, can we bump Julia master to use the latest commit of SuiteSparse#master? Or should we use a different branch of SuiteSparse, e.g. a release branch (to which we would backport this PR)?

@fredrikekre fredrikekre merged commit 96820d3 into JuliaSparse:main Mar 24, 2022
@stevengj stevengj deleted the patch-1 branch March 24, 2022 12:14
@ViralBShah
Copy link
Member

For now we are still just using master, since there haven't been major changes we are implementing just yet.

@stevengj
Copy link
Contributor Author

See also JuliaLang/julia#44731

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.

5 participants