From 98ca39306e0c86f05975d11aef9e5c99da05d409 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Thu, 28 Mar 2024 09:57:01 +0100 Subject: [PATCH] test case for issue #23 --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index affdd61..ee669ed 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,6 +5,7 @@ using Test @testset "reconstruct gridded data" begin include("test_DINCAE_SST.jl") + include("test_regL2.jl") end @testset "reconstruct point cloud" begin