Skip to content

Commit

Permalink
fix variable name mismatch in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Sep 20, 2024
1 parent 46663e8 commit da988a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BUGSExamples/Volume_1/09_Dyes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ model {
data = (
batches = 6,
samples = 5,
Y = [1545 1440 1440 1520 1580
y = [1545 1440 1440 1520 1580
1540 1555 1490 1560 1495
1595 1550 1605 1510 1560
1445 1440 1595 1465 1545
Expand Down
2 changes: 1 addition & 1 deletion src/BUGSExamples/Volume_1/11_Epil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ model {
data = (
N = 59,
T = 4,
Y = [5 3 3 3
y = [5 3 3 3
3 5 3 3
2 4 0 5
4 4 1 4
Expand Down

0 comments on commit da988a2

Please sign in to comment.