Skip to content

Commit

Permalink
Merge pull request #142 from SciML/compathelper/new_version/2024-01-0…
Browse files Browse the repository at this point in the history
…5-18-06-53-776-02107705797

CompatHelper: bump compat for OptimizationOptimisers to 0.2 for package docs, (keep existing compat)
  • Loading branch information
Vaibhavdixit02 committed Jan 8, 2024
2 parents f60e915 + cacf59c commit 3d95339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Documenter = "1"
Flux = "0.13, 0.14"
GlobalSensitivity = "2.1"
Optimization = "3"
OptimizationOptimisers = "0.1"
OptimizationOptimisers = "0.1, 0.2"
OrdinaryDiffEq = "6.31"
Plots = "1.36"
QuasiMonteCarlo = "0.2, 0.3"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/shapley.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end

loss_n_ode(θ)

callback = function (θ, l) #callback function to observe training
callback = function (state, l) #callback function to observe training
display(l)
return false
end
Expand Down

0 comments on commit 3d95339

Please sign in to comment.