From fb04c55d28a4a0f4461403a6cb18e1f338a8f61e Mon Sep 17 00:00:00 2001 From: hyrodium Date: Sat, 11 Nov 2023 16:20:27 +0900 Subject: [PATCH] update test --- test/test_ChangeBasis.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/test_ChangeBasis.jl b/test/test_ChangeBasis.jl index 5a4ee8163..48d202fc4 100644 --- a/test/test_ChangeBasis.jl +++ b/test/test_ChangeBasis.jl @@ -106,6 +106,11 @@ @test P3 ⊈ P4 test_changebasis_I(P3, P4) + + # https://github.com/hyrodium/BasicBSpline.jl/issues/325 + P5 = BSplineSpace{2}(knotvector" 21 3") + P6 = BSplineSpace{3}(knotvector"212 4") + test_changebasis_I(P5, P6) end @testset "changebasis_sim" begin