Skip to content

Commit

Permalink
Formatting and Downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Feb 26, 2024
1 parent 3f9124e commit fe8f562
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ AllocCheck = "0.1.1"
ArrayInterface = "7.7"
Aqua = "0.8"
CUDA = "5.2"
ChainRulesCore = "1.21"
ChainRulesCore = "1.22"
ConcreteStructs = "0.2.3"
DiffEqBase = "6.146"
DiffResults = "1.1"
Expand All @@ -54,7 +54,7 @@ PrecompileTools = "1.2"
Random = "1.10"
ReTestItems = "1.23"
Reexport = "1.2"
SciMLBase = "2.23"
SciMLBase = "2.26.3"
SciMLSensitivity = "7.56"
StaticArrays = "1.9"
StaticArraysCore = "1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion ext/SimpleNonlinearSolveZygoteExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ function SimpleNonlinearSolve.__zygote_compute_nlls_vjp(f::F, u, p) where {F}
return 2 .* only(pb(y))

Check warning on line 9 in ext/SimpleNonlinearSolveZygoteExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/SimpleNonlinearSolveZygoteExt.jl#L7-L9

Added lines #L7 - L9 were not covered by tests
end

end
end
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -390,4 +390,4 @@ function __get_tolerance(x::Union{SArray, Number}, ::Nothing, ::Type{T}) where {
end

# Extension
function __zygote_compute_nlls_vjp end
function __zygote_compute_nlls_vjp end

0 comments on commit fe8f562

Please sign in to comment.