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

Warnings and Test failure with Julia 1.10 #556

Closed
ViralBShah opened this issue Jan 17, 2024 · 2 comments
Closed

Warnings and Test failure with Julia 1.10 #556

ViralBShah opened this issue Jan 17, 2024 · 2 comments

Comments

@ViralBShah
Copy link
Member

Precompiling project...
  31 dependencies successfully precompiled in 14 seconds. 20 already precompiled.
     Testing Running tests...
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/immutable-dense-polynomial.jl:60
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/immutable-dense-polynomial.jl:60
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-dense-polynomial.jl:9
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-dense-polynomial.jl:9
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-sparse-polynomial.jl:34
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-sparse-polynomial.jl:34
┌ Warning: Using the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-dense-laurent-polynomial.jl:19
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-dense-polynomial.jl:9
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-dense-polynomial.jl:9
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-sparse-vector-polynomial.jl:45
┌ Warning: ignoring the axis offset of the coefficient vector
└ @ Polynomials ~/.julia/packages/Polynomials/5ZhzG/src/polynomial-container-types/mutable-sparse-vector-polynomial.jl:45
P = FactoredPolynomial: Test Failed at /Users/viral/.julia/packages/Polynomials/5ZhzG/test/StandardBasis.jl:1357
  Expression: [p1[idx] for idx = eachindex(p1)] ==ᵗᶻ [1, 2, 0, 3]
   Evaluated: ComplexF64[1.0 - 1.6638121993696656e-17im, 2.0 - 1.4076796700415454e-16im, -8.326672684688674e-17 - 3.3306690738754696e-16im, 3.0 + 0.0im] ==ᵗᶻ [1, 2, 0, 3]

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.10.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/Polynomials/5ZhzG/test/StandardBasis.jl:1357 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.10.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:1669 [inlined]
 [4] macro expansion
   @ ~/.julia/packages/Polynomials/5ZhzG/test/StandardBasis.jl:1306 [inlined]
 [5] macro expansion
   @ ~/.julia/juliaup/julia-1.10.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
 [6] top-level scope
   @ ~/.julia/packages/Polynomials/5ZhzG/test/StandardBasis.jl:1306
@ViralBShah ViralBShah changed the title Test failure Warnings and Test failure with Julia 1.10 Jan 17, 2024
@jverzani
Copy link
Member

Thanks for letting me know!!

@jverzani
Copy link
Member

closed with #559

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

No branches or pull requests

2 participants