Skip to content

Commit

Permalink
Merge pull request #486 from ErikQQY/master
Browse files Browse the repository at this point in the history
[WIP] Fix specialization error
  • Loading branch information
ChrisRackauckas authored Sep 5, 2023
2 parents 627df73 + e41c5e4 commit b4905ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "1.96.0"
version = "1.96.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
1 change: 1 addition & 0 deletions src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ function specialization(::Union{ODEFunction{iip, specialize},
OptimizationFunction{iip, specialize},
BVPFunction{iip, specialize}}) where {iip,
specialize}
specialize
end

specialization(f::AbstractSciMLFunction) = FullSpecialize
Expand Down

0 comments on commit b4905ca

Please sign in to comment.