Skip to content

Commit

Permalink
Merge pull request #54 from JuliaEarth/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
[AUTO] JuliaFormatter.jl run
  • Loading branch information
juliohm authored Sep 5, 2023
2 parents b2e17c9 + fb47489 commit 87115dd
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 87115dd

Please sign in to comment.