From b540c62334e576a067dd548c3e03269edf25d032 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 18:44:05 +0300 Subject: [PATCH] test(basis): load JuliaFEM in type-stability regression Inference-sensitive helpers belong behind the public module boundary so changes to includes do not silently widen types in CI. - Switch to `using JuliaFEM` after removing relative includes. --- test/basis/test_type_stability.jl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test/basis/test_type_stability.jl b/test/basis/test_type_stability.jl index a66c4af..35296e6 100644 --- a/test/basis/test_type_stability.jl +++ b/test/basis/test_type_stability.jl @@ -3,16 +3,7 @@ using Test using StaticArrays, Tensors -include("../../src/topology/api.jl") -include("../../src/topology/segments.jl") -include("../../src/topology/triangles.jl") -include("../../src/topology/quadrilaterals.jl") -include("../../src/topology/tetrahedra.jl") -include("../../src/topology/hexahedra.jl") -include("../../src/topology/pyramids.jl") -include("../../src/topology/wedges.jl") -include("../../src/basis/api.jl") -include("../../src/basis/basis_generated.jl") +using JuliaFEM @testset "Type Stability" begin @testset "Float64" begin