Skip to content

Commit f86f530

Browse files
committed
Rel 1.0.3
1 parent 6b0d4b4 commit f86f530

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/12/m12.6t.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ end
3939

4040
# Sample
4141

42-
chns = sample(m12_6(d[:, :total_tools], d[:, :log_pop],
43-
d[:, :society]), NUTS(0.95), 1000);
42+
chns = sample(m12_6(d.total_tools, d.log_pop, d.society), NUTS(0.95), 1000);
4443

4544
# Results rethinking
4645
m12_6rethinking = "

0 commit comments

Comments
 (0)