Skip to content

Commit

Permalink
Reenable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM committed Nov 14, 2024
1 parent e810a69 commit 01a8306
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_interpolations.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Ferrite: reference_shape_value, reference_shape_gradient

@testset "interpolations" begin
#=
@testset "Value Type $value_type" for value_type in (Float32, Float64)
@testset "Correctness of $interpolation" for interpolation in (
Lagrange{RefLine, 1}(),
Expand Down Expand Up @@ -223,7 +222,6 @@ using Ferrite: reference_shape_value, reference_shape_gradient
@test Ferrite.is_discontinuous(d_ip) == true
@test Ferrite.is_discontinuous(d_ip_t) == true
end
=#
@testset "Correctness of AD of embedded interpolations" begin
ip = Lagrange{RefHexahedron, 2}()^3
ξ = rand(Vec{3, Float64})
Expand Down

0 comments on commit 01a8306

Please sign in to comment.