Skip to content

Commit 0f9e463

Browse files
double hotfix
1 parent 74ab1bf commit 0f9e463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GalacticOptim"
22
uuid = "a75be94c-b780-496d-a8a9-0878b188d577"
33
authors = ["Vaibhavdixit02 <[email protected]>"]
4-
version = "2.0.1"
4+
version = "2.0.2"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/solve/flux.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function __solve(prob::OptimizationProblem, opt, data = DEFAULT_DATA;
7272
end
7373

7474
function Flux.update!(opt, xs::Flux.Zygote.Params, gs)
75-
update!(opt, xs[1], gs)
75+
Flux.update!(opt, xs[1], gs)
7676
end
7777

7878
@require ForwardDiff="f6369f11-7733-5829-9624-2563aa707210" begin

0 commit comments

Comments
 (0)