Skip to content

Commit

Permalink
typo fixed in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpabon committed Sep 27, 2023
1 parent d039881 commit 1164b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/space4time_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ using Statistics
# New spatial resolution in meters
size_new_pixel = 10

size_new_edge = Int(edge / size_pixel_new)
size_new_edge = Int(edge / size_new_pixel)

# we will use Tiled View to create a view of each one of the new pixels
a = TiledView(
Expand Down

0 comments on commit 1164b9a

Please sign in to comment.