Skip to content

Commit acf7590

Browse files
committed
dial back the crazy correlation matrix a bit
1 parent 0f10447 commit acf7590

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 = "DynamicHMC"
22
uuid = "bbc10e6e-7c05-544b-b16e-64fede858acb"
33
authors = ["Tamas K. Papp <tkpapp@gmail.com>"]
4-
version = "3.5"
4+
version = "3.5.1"
55

66
[deps]
77
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"

test/sample-correctness_utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828
"Random Cholesky factor for correlation matrix."
2929
function rand_C(K)
3030
t = TransformVariables.CorrCholeskyFactor(K)
31-
TransformVariables.transform(t, randn(TransformVariables.dimension(t)))'
31+
TransformVariables.transform(t, randn(TransformVariables.dimension(t)) ./ 4)'
3232
end
3333

3434
"""

0 commit comments

Comments
 (0)