From 7541f92b773e2f34051f96e3e0406730687f51ef Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 17 Apr 2023 11:25:06 +0200 Subject: [PATCH] Remove new test from the wrong test_chebpoly(). --- tests/chebfun/test_chebpoly.m | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/chebfun/test_chebpoly.m b/tests/chebfun/test_chebpoly.m index abc43276f7..31592d6774 100644 --- a/tests/chebfun/test_chebpoly.m +++ b/tests/chebfun/test_chebpoly.m @@ -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