Skip to content

Commit

Permalink
Remove new test from the wrong test_chebpoly().
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhale committed Apr 17, 2023
1 parent e20e785 commit 7541f92
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/chebfun/test_chebpoly.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,4 @@

warning(warnState);

% Test on very high degree polynomials (#2438)
try
chebpoly(1e5);
pass(9) = true;
catch
pass(9) = false;
end


end

0 comments on commit 7541f92

Please sign in to comment.