Skip to content

Commit

Permalink
Try only extruded
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 14, 2023
1 parent 11aeb6d commit 8a5376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Operators/integrals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ end
lim[(4, Float64)] = 5726208
for FT in (Float32, Float64)
for center_space in (
TU.ColumnCenterFiniteDifferenceSpace(FT),
# TU.ColumnCenterFiniteDifferenceSpace(FT),
TU.CenterExtrudedFiniteDifferenceSpace(FT),
)
test_column_definite_integral!(center_space)
Expand Down

0 comments on commit 8a5376d

Please sign in to comment.