Skip to content

Commit

Permalink
tests pass now pls
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Sep 13, 2024
1 parent 6e1999d commit 3dd23cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LinearAlgebra = "1.10"
Logging = "1.10"
LoggingExtras = "0.4, 1"
MLUtils = "0.4.4"
OptimizationBase = "2.0.2"
OptimizationBase = "2.0.3"
Printf = "1.10"
ProgressLogging = "0.1"
Reexport = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion src/sophia.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Optimization.LinearAlgebra
using Optimization.LinearAlgebra, MLUtils

struct Sophia
η::Float64
Expand Down

0 comments on commit 3dd23cf

Please sign in to comment.