Skip to content

Commit fe10976

Browse files
committed
fix bug
1 parent 1a7f2f0 commit fe10976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/study1/study1.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ do_study = haskey(ENV, "GITHUB_ACTIONS") ? true : false
2222
# (P1)-(L5)-(P2)
2323
model_square = CartesianDiscreteModel(
2424
(0, 1, 0, 1), haskey(ENV, "GITHUB_ACTIONS") ? (40, 40) :
25-
round.(Int, floor.((61, 61).*sqrt(2)^(i-1)))
25+
round.(Int, floor.((61, 61).*sqrt(2)^(5-1)))
2626
)
2727
model_squares = [CartesianDiscreteModel(
2828
(0, 1, 0, 1), haskey(ENV, "GITHUB_ACTIONS") ? (40, 40) :

0 commit comments

Comments
 (0)