We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7f2f0 commit fe10976Copy full SHA for fe10976
examples/study1/study1.jl
@@ -22,7 +22,7 @@ do_study = haskey(ENV, "GITHUB_ACTIONS") ? true : false
22
# (P1)-(L5)-(P2)
23
model_square = CartesianDiscreteModel(
24
(0, 1, 0, 1), haskey(ENV, "GITHUB_ACTIONS") ? (40, 40) :
25
- round.(Int, floor.((61, 61).*sqrt(2)^(i-1)))
+ round.(Int, floor.((61, 61).*sqrt(2)^(5-1)))
26
)
27
model_squares = [CartesianDiscreteModel(
28
0 commit comments