Skip to content

Commit

Permalink
activate padding tests in 1D
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Dec 3, 2024
1 parent 6866038 commit c1cf095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_FiniteDifferences1D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Base.retry_load_extensions() # Potentially needed to load the extensions after t

eval(:(
@testset "$(basename(@__FILE__)) (package: $(nameof($package)))" begin
$(interpolate(:__padding__, (false,), :( #TODO: change later to (false, true), when issue with CUDA not returning SubArray is fixed.
$(interpolate(:__padding__, (false, true), :(
@testset "(padding=$__padding__)" begin
@require !@is_initialized()
@init_parallel_stencil($package, $FloatDefault, 1, padding=__padding__)
Expand Down

0 comments on commit c1cf095

Please sign in to comment.