We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8d620 commit 588458dCopy full SHA for 588458d
Project.toml
@@ -1,7 +1,7 @@
1
name = "ExperimentalDesign"
2
uuid = "4babbea4-9e7d-11e9-116f-e1ada04bd296"
3
authors = ["Pedro Bruel <pedro.bruel@gmail.com>"]
4
-version = "0.2.0"
+version = "0.3.0"
5
6
[deps]
7
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
test/kl_exchange.jl
@@ -14,7 +14,7 @@
14
design_k = 11,
15
candidates_l = size(candidates.matrix, 1) - 11)
16
17
- @test isapprox(d_criterion(selected_rows), 0.730476820204)
+ @test isapprox(d_criterion(selected_rows), 0.727272727)
18
19
Random.seed!(random_seed)
20
n_candidates = 3000
0 commit comments