Skip to content

Commit

Permalink
Resolve merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrych committed Oct 29, 2024
2 parents 6466d06 + a4e4e3a commit a92ae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/optimal_experiment_design.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include("oed_utils.jl")


m = 50
n = Int(floor(m/10))
n = Int(floor(m / 10))
verbose = true

## A-Optimal Design Problem
Expand Down

0 comments on commit a92ae12

Please sign in to comment.