Skip to content

Commit

Permalink
Uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Aug 2, 2023
1 parent 0223c70 commit 462984e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Fields/field.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function spectral_space_2D(; n1 = 1, n2 = 1, Nij = 4)
space = Spaces.SpectralElementSpace2D(grid_topology, quad)
return space
end
#=

@testset "1×1 2D domain space" begin
Nij = 4
n1 = n2 = 1
Expand Down Expand Up @@ -668,7 +668,7 @@ end
C .= Ref(zero(eltype(C)))
@test all(==(0.0), parent(C))
end
=#

function integrate_bycolumn!(∫y, Y)
Fields.bycolumn(axes(Y.y)) do colidx
Operators.column_integral_definite!(∫y[colidx], Y.y[colidx])
Expand Down

0 comments on commit 462984e

Please sign in to comment.