From c52b9d69ec710f4f9a9bbfbe1b24dc5918e3037d Mon Sep 17 00:00:00 2001 From: Javier Principe Date: Wed, 22 May 2024 08:41:35 +0200 Subject: [PATCH] New sequential test showing an error --- test/seq/hunt_tests.jl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/seq/hunt_tests.jl b/test/seq/hunt_tests.jl index 10a1212..d8840a4 100644 --- a/test/seq/hunt_tests.jl +++ b/test/seq/hunt_tests.jl @@ -47,4 +47,17 @@ hunt( solver=:julia, ) +hunt( + nc=(4,4), + np=(1,1), + backend=:sequential, + L=1.0, + B=(0.,20.,0.), + nsums = 100, + debug=false, + vtk=true, + title="hunt", + solver=:li2019, +)' + end # module