Skip to content

Commit f1c897f

Browse files
committed
add compat julia 1.7
1 parent 90987ee commit f1c897f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1212

1313
[compat]
14-
julia = "1.6"
14+
julia = "1.6, 1.7"

test/inputsystems.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ function discrete6_4()
2929

3030
probability3 = [2, 3, 4, 5]
3131
table3 = zeros(2, 3, 2, 3)
32-
table3[1, 1, 1, 1] = 0.2
33-
table3[2, 1, 1, 1] = 0.1
32+
table3[1, 1, 1, 1] = 0.2
33+
table3[2, 1, 1, 1] = 0.1
3434
table3[1, 2, 1, 1] = 0.5
3535
table3[2, 2, 1, 1] = 0.6
3636
table3[1, 3, 1, 1] = 0.2

0 commit comments

Comments
 (0)