From 2c51e0d5d11e19f7ae61ce5355343e3910f30f6f Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Sat, 18 May 2024 10:32:54 -0400 Subject: [PATCH] Try again --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 70ba5de..4d11cbb 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,8 +7,8 @@ using Test: @test, @test_throws, @testset, detect_ambiguities @testset "exts" begin @test_throws String sino_plot_rays() @test_throws String sino_geom_plot!() - @test_throws String ct_geom_plot2!() -# @test_throws String ct_geom_plot3() # todo +# @test_throws String ct_geom_plot2!() + @test_throws String ct_geom_plot3() # todo end include("units.jl")