Skip to content

Commit

Permalink
test with more data
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Mar 25, 2024
1 parent 392d6d4 commit 5c5ea49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/call_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down
4 changes: 2 additions & 2 deletions test/fit_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down

0 comments on commit 5c5ea49

Please sign in to comment.