Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Nov 14, 2023
1 parent 8c5d7e4 commit 7ce5e4c
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
@@ -1,7 +1,7 @@
name = "NonconvexCore"
uuid = "035190e5-69f1-488f-aaab-becca2889735"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "1.4.2"
version = "1.4.3"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion src/models/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ getmax(m::AbstractModel) = m.box_max
getmax(m::AbstractModel, i) = getmax(m)[i]

function getinit(model::AbstractModel)
return model.init
return identity.(model.init)
end

function setmin!(m::AbstractModel, min)
Expand Down

0 comments on commit 7ce5e4c

Please sign in to comment.