From 5c5ea49755f300def5a0e15aa6505ae6e36fa66a Mon Sep 17 00:00:00 2001 From: Hossein Pourbozorg Date: Tue, 26 Mar 2024 01:32:38 +0330 Subject: [PATCH] test with more data --- test/call_tests.jl | 4 ++-- test/fit_tests.jl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/call_tests.jl b/test/call_tests.jl index 9ebd7bbc..954c9498 100644 --- a/test/call_tests.jl +++ b/test/call_tests.jl @@ -22,8 +22,8 @@ ] end omodes = ContinuousNormalizingFlows.Mode[TrainMode(), TestMode()] - ndata_ = Int[4] - nvars_ = Int[2] + ndata_ = Int[2^6] + nvars_ = Int[2^3] aug_steers = Bool[false, true] inplaces = Bool[false, true] adb_list = AbstractDifferentiation.AbstractBackend[ diff --git a/test/fit_tests.jl b/test/fit_tests.jl index a0a4d09a..9a0ccb7a 100644 --- a/test/fit_tests.jl +++ b/test/fit_tests.jl @@ -22,8 +22,8 @@ ] end n_epochs_ = Int[2] - ndata_ = Int[4] - nvars_ = Int[2] + ndata_ = Int[2^6] + nvars_ = Int[2^3] aug_steers = Bool[false, true] inplaces = Bool[false, true] adtypes = ADTypes.AbstractADType[