Skip to content

Commit

Permalink
🤖 Format .jl files (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm authored Oct 29, 2024
1 parent 798141c commit cf1b0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crs/conversions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@
c3 = convert(LatLon, c2)
@test allapprox(c3, c1)

# tested against Proj.Transformation("EPSG:4326", "ESRI:102037")
# tested against Proj.Transformation("EPSG:4326", "ESRI:102037")
c1 = LatLon(-T(30), T(60))
c2 = convert(OrthoSouthSpherical, c1)
@test allapprox(c2, OrthoSouthSpherical(T(4783602.75), T(2761814.335408735)))
Expand Down

0 comments on commit cf1b0d8

Please sign in to comment.