From fb47489ae20ee6c2b159239fff60b9ef0f4e57d4 Mon Sep 17 00:00:00 2001 From: eliascarv Date: Tue, 5 Sep 2023 14:08:22 +0000 Subject: [PATCH] :robot: Format .jl files --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index c50f6f8..c3242ab 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -345,7 +345,7 @@ dummymeta(domain, table) = GeoTable(domain, Dict(paramdim(domain) => table)) │ 8 │ 8.46 │ txt9 │ Quadrangle(Point(2.0, 2.0), Point(3.0, 2.0), Point(3.0, 3.0), Point(2.0, 3.0)) │ └─────────┴────────────┴─────────┴────────────────────────────────────────────────────────────────────────────────┘ Additional tables encountered for the following ranks: 0""" - + gtb = georef((a=[missing; a[2:9]], b=[b[1:4]; missing; b[6:9]], c=[c[1:8]; missing]), pset) @test sprint(show, gtb) == "9×4 GeoTable over 9 PointSet{2,Float64}" @test sprint(show, MIME("text/plain"), gtb) == """