File tree Expand file tree Collapse file tree 5 files changed +0
-18
lines changed
Expand file tree Collapse file tree 5 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ icnf = ContinuousNormalizingFlows.construct(
4444 rng,
4545 sol_kwargs = (;
4646 save_everystep = false ,
47- reltol = sqrt(eps(one(Float32))),
48- abstol = eps(one(Float32)),
49- maxiters = typemax(Int),
5047 alg = OrdinaryDiffEqDefault. DefaultODEAlgorithm(),
5148 sensealg = SciMLSensitivity. InterpolatingAdjoint(),
5249 ),
@@ -112,9 +109,6 @@ icnf2 = ContinuousNormalizingFlows.construct(
112109 rng,
113110 sol_kwargs = (;
114111 save_everystep = false ,
115- reltol = sqrt(eps(one(Float32))),
116- abstol = eps(one(Float32)),
117- maxiters = typemax(Int),
118112 alg = OrdinaryDiffEqDefault. DefaultODEAlgorithm(),
119113 sensealg = SciMLSensitivity. InterpolatingAdjoint(),
120114 ),
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ icnf = construct(
3131 λ₃ = 1.0f-2 , # regulate augmented dimensions
3232 sol_kwargs = (;
3333 save_everystep = false ,
34- reltol = sqrt(eps(one(Float32))),
35- abstol = eps(one(Float32)),
36- maxiters = typemax(Int),
3734 alg = DefaultODEAlgorithm(),
3835 sensealg = InterpolatingAdjoint(),
3936 ), # pass to the solver
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ Test.@testset "CheckByJET" begin
2424 λ₃ = 1.0f-2 ,
2525 sol_kwargs = (;
2626 save_everystep = false ,
27- reltol = sqrt(eps(one(Float32))),
28- abstol = eps(one(Float32)),
29- maxiters = typemax(Int),
3027 alg = OrdinaryDiffEqDefault. DefaultODEAlgorithm(),
3128 sensealg = SciMLSensitivity. InterpolatingAdjoint(),
3229 ),
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ Test.@testset "Regression Tests" begin
2020 rng,
2121 sol_kwargs = (;
2222 save_everystep = false ,
23- reltol = sqrt(eps(one(Float32))),
24- abstol = eps(one(Float32)),
25- maxiters = typemax(Int),
2623 alg = OrdinaryDiffEqDefault. DefaultODEAlgorithm(),
2724 sensealg = SciMLSensitivity. InterpolatingAdjoint(),
2825 ),
Original file line number Diff line number Diff line change @@ -123,9 +123,6 @@ Test.@testset "Smoke Tests" begin
123123 λ₃ = convert(data_type, 1.0e-2 ),
124124 sol_kwargs = (;
125125 save_everystep = false ,
126- reltol = sqrt(eps(one(Float32))),
127- abstol = eps(one(Float32)),
128- maxiters = typemax(Int),
129126 alg = OrdinaryDiffEqDefault. DefaultODEAlgorithm(),
130127 sensealg = SciMLSensitivity. InterpolatingAdjoint(),
131128 ),
You can’t perform that action at this time.
0 commit comments