Skip to content

Commit

Permalink
Fix z-coord bug
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Oct 25, 2024
1 parent 45dbdf8 commit 1522ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ end
Nx = Ny = 32
Nz = 1
x = y = (0, 2π)
z = 1
z = (0, 1)
ν₀ = 1e-2

grid = RectilinearGrid(arch, size=(Nx, Ny, 1); x, y, z, topology=(Periodic, Periodic, Bounded))
Expand Down

0 comments on commit 1522ae4

Please sign in to comment.