Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
RJDennis committed Dec 7, 2022
1 parent b08bfb3 commit bc2bd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ h = Grid((g, g))

ord = 5
dom = [1.0 1.0; -1.0 -1.0]
a = CCApproxPlan(h, ord, dom)
a = CApproxPlan(h, ord, dom)

p1 = chebyshev_polynomial(ord, g)
p2 = chebyshev_polynomial(ord, g)
b = CCApproxPlanPoly((p1, p2), ord, dom)
b = CApproxPlanPoly((p1, p2), ord, dom)

# Test the 1-variable case

Expand Down

0 comments on commit bc2bd04

Please sign in to comment.