Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Nov 11, 2023
1 parent fd63a12 commit fb04c55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_ChangeBasis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb04c55

Please sign in to comment.