We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c30374 commit 6885f42Copy full SHA for 6885f42
test/runtests.jl
@@ -1,6 +1,6 @@
1
-using Uncertainty, Test, FiniteDifferences, Zygote
+using ReliabilityOptimization, Test, FiniteDifferences, Zygote
2
3
-@testset "Uncertainty.jl" begin
+@testset "ReliabilityOptimization.jl" begin
4
# test function - y is random
5
pol(x, y) = [norm(x + y)^2]
6
# input value to be used in example
0 commit comments