From 9380e1cdc04862fd7f75b5560f7a4dd494deca85 Mon Sep 17 00:00:00 2001 From: aTrotier Date: Mon, 17 Jul 2023 10:38:28 +0200 Subject: [PATCH] fix test --- test/testReconstruction.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testReconstruction.jl b/test/testReconstruction.jl index dbec245d..07fa4f6d 100644 --- a/test/testReconstruction.jl +++ b/test/testReconstruction.jl @@ -647,7 +647,7 @@ end function testReco(N=32) @testset "Reconstructions" begin @testset "MultiEcho" begin - testDirectRecoMultiEcho() + testRecoMultiEcho() testSenseMultiEcho(N) end