Skip to content

Commit 990b1c8

Browse files
committed
Merge branch 'main' into tensor_train_arithmetics
2 parents a463259 + 64969ec commit 990b1c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_integration.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ import Random
2727
end
2828

2929
@testset "Integrate 10d function" begin
30+
Random.seed!(1234)
31+
3032
function f(x)
3133
return 1000 * cos(10 * sum(x .^ 2)) * exp(-sum(x)^4 / 1000)
3234
end

0 commit comments

Comments
 (0)