Skip to content

Commit

Permalink
fix diskfunv test
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Wilber authored and Heather Wilber committed Oct 3, 2020
1 parent 1c2c59c commit 09043c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/diskfunv/test_coeffs_vals.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
tol = 1e3*pref.techPrefs.chebfuneps;
j = 1;
%grab some coeffs
u = randnfundisk(.3);
v = randnfundisk(.4);
u = diskfun(@(x,y) exp(-cos(pi*(x+y))));
v = diskfun(@(x,y) x.*sin(x.*y));
f = [u;v];

% test coeffs2:
Expand Down

0 comments on commit 09043c3

Please sign in to comment.