Skip to content

Commit 588458d

Browse files
committed
Update version and test baseline
1 parent 7d8d620 commit 588458d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExperimentalDesign"
22
uuid = "4babbea4-9e7d-11e9-116f-e1ada04bd296"
33
authors = ["Pedro Bruel <pedro.bruel@gmail.com>"]
4-
version = "0.2.0"
4+
version = "0.3.0"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

test/kl_exchange.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
design_k = 11,
1515
candidates_l = size(candidates.matrix, 1) - 11)
1616

17-
@test isapprox(d_criterion(selected_rows), 0.730476820204)
17+
@test isapprox(d_criterion(selected_rows), 0.727272727)
1818

1919
Random.seed!(random_seed)
2020
n_candidates = 3000

0 commit comments

Comments
 (0)