Skip to content

Commit

Permalink
🤖 Format .jl files (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: eliascarv <[email protected]>
  • Loading branch information
github-actions[bot] and eliascarv authored Dec 4, 2023
1 parent 9e0b987 commit e8338e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
table = (x=rand(25), y=rand(25))
sdata = georef(table, CartesianGrid(5, 5))
opr(sdata) = georef(values(sdata), GeometrySet(centroid.(domain(sdata))))

ndata = @transform(sdata |> opr, :z = :x - 2 * :y)
@test ndata.z == sdata.x .- 2 .* sdata.y
@test ndata.geometry == GeometrySet(centroid.(domain(sdata)))
Expand Down

0 comments on commit e8338e1

Please sign in to comment.