-
Notifications
You must be signed in to change notification settings - Fork 0
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
Julia 1.11 issue #50
Comments
Thanks for the report, looking into this! |
I am not sure this test makes sense. @SamuelBadr What do you think?
|
Strange, locally I get julia> SparseIR.SplitSVD(ones(ComplexF64, (6, 8))).S
2-element Vector{Float64}:
6.928203230275512
4.644396126208122e-16 This is on julia> versioninfo()
Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (x86_64-apple-darwin22.4.0)
CPU: 12 × Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, skylake)
Threads: 6 default, 0 interactive, 3 GC (on 12 virtual cores)
Environment:
JULIA_PKG_USE_CLI_GIT = true
JULIA_NUM_THREADS = 6 |
Just checked on Anna's Linux machine and there it's julia> SparseIR.SplitSVD(ones(ComplexF64, (6, 8))).S
5-element Vector{Float64}:
6.928203230275512
5.747501338471397e-16
4.428118943191847e-47
5.697874177521321e-79
3.522674385218e-111 I guess you're right, the test doesn't make sense. I'll delete it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One error found
The text was updated successfully, but these errors were encountered: