Skip to content

Commit

Permalink
Adapt number of spline basis function in generic dict tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Apr 3, 2020
1 parent 8b136e2 commit 7362ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bspline_periodic_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ b = PBSpline(2, 5)

@testset "$(rpad("Periodic BSplines",P))" begin

BasisFunctions.Test.test_generic_dict_interface(PBSpline(3, 10))
BasisFunctions.Test.test_generic_dict_interface(PBSpline(3, 20))

@testset "$(rpad("Basic functionality",P))" begin
ξ = nodes(b)
Expand Down

0 comments on commit 7362ae0

Please sign in to comment.