Skip to content

Commit

Permalink
jformat
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaoga committed Nov 10, 2024
1 parent b56c91b commit f37aba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optim/abstraction/uniform_grid_abstraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function build_abstraction(concrete_system, model)
if isnothing(model.input_grid)
error("Please set the `input_grid`.")
end

Xfull = DO.DomainList(model.state_grid)
DO.add_set!(Xfull, concrete_system.X, DO.INNER)
Ufull = DO.DomainList(model.input_grid)
Expand Down

0 comments on commit f37aba8

Please sign in to comment.