Skip to content

Commit

Permalink
Update test_2d.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
RJDennis committed Apr 26, 2021
1 parent 9d8a37f commit 9d54f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ point = [1.748, 0.753]
yr_tensor = chebyshev_evaluate(wr_tensor,point,order_tensor,dom)
yr_complete = chebyshev_evaluate(wr_complete,point,order_complete,dom)
ye_tensor = chebyshev_evaluate(we_tensor,point,order_tensor,dom)
ye_complete = chebyshev_evaluate(we_complete,point,order_tensor,dom)
ye_complete = chebyshev_evaluate(we_complete,point,order_complete,dom)

y_actual = (point[1]+4.0)^0.5+point[1]*sqrt(point[2])

Expand Down

0 comments on commit 9d54f2c

Please sign in to comment.