Skip to content

Commit 89f2530

Browse files
committed
set seed to try avoiding random errors
1 parent f5f1901 commit 89f2530

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tutorials/BoxDomain.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The data is sampled from a multivariate normal distribution with known covarianc
2727
```{julia}
2828
using Manopt, Manifolds, LinearAlgebra, Random, Distributions
2929
using ForwardDiff, DifferentiationInterface, RecursiveArrayTools
30+
Random.seed!(41)
3031
3132
N = 5 # dimensionality of data
3233
M_spd = SymmetricPositiveDefinite(N)

0 commit comments

Comments
 (0)