Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv authored Sep 5, 2023
1 parent b2e17c9 commit fb47489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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) == """
Expand Down

0 comments on commit fb47489

Please sign in to comment.