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

feat: add support for new *_symbols methods in SII #317

Merged
merged 3 commits into from
Dec 27, 2023

Conversation

AayushSabharwal
Copy link
Member

@AayushSabharwal AayushSabharwal commented Dec 27, 2023

Requires SciML/SymbolicIndexingInterface.jl#18

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

@AayushSabharwal
Copy link
Member Author

Wait what, how are there 11 ambiguities now

@ChrisRackauckas
Copy link
Member

v1.10 released.

@AayushSabharwal
Copy link
Member Author

julia> using RecursiveArrayTools, Aqua

julia> Aqua.detect_ambiguities(RecursiveArrayTools)
1-element Vector{Tuple{Method, Method}}:
 (ldiv!(A::T, b::ArrayPartition) where T<:Hessenberg @ RecursiveArrayTools ~/Julia/SciML/RecursiveArrayTools.jl/src/array_partition.jl:431, ldiv!(F::LinearAlgebra.Hessenberg{<:Complex, <:Any, <:AbstractMatrix{<:Real}}, B::AbstractVecOrMat{<:Complex}) @ LinearAlgebra ~/.julia/juliaup/julia-1.9.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.9/LinearAlgebra/src/hessenberg.jl:668)

julia> Aqua.detect_ambiguities(RecursiveArrayTools; recursive=true)
1-element Vector{Tuple{Method, Method}}:
 (ldiv!(A::T, b::ArrayPartition) where T<:Hessenberg @ RecursiveArrayTools ~/Julia/SciML/RecursiveArrayTools.jl/src/array_partition.jl:431, ldiv!(F::LinearAlgebra.Hessenberg{<:Complex, <:Any, <:AbstractMatrix{<:Real}}, B::AbstractVecOrMat{<:Complex}) @ LinearAlgebra ~/.julia/juliaup/julia-1.9.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.9/LinearAlgebra/src/hessenberg.jl:668)

Somehow I only get 1

@AayushSabharwal
Copy link
Member Author

Ah, I see

@ChrisRackauckas
Copy link
Member

Downstream is expected failure until downstream is handled.

@ChrisRackauckas ChrisRackauckas merged commit bb5a2c8 into SciML:master Dec 27, 2023
10 of 16 checks passed
@AayushSabharwal AayushSabharwal deleted the as/all-symbols branch December 27, 2023 16:33
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.

2 participants