Skip to content

Commit

Permalink
more aggressive GC in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Sep 11, 2023
1 parent 1bee437 commit 2a771ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ GC.gc()
include("models/FS2000.jl")
functionality_test(m, plots = false)
for algorithm [:second_order,:pruned_second_order,:third_order,:pruned_third_order]
m = nothing
GC.gc()
include("models/FS2000.jl")
functionality_test(m, algorithm = algorithm, plots = false)
end
end
Expand Down

0 comments on commit 2a771ca

Please sign in to comment.