From c3255ebd8109c5033fe796d0672660b0fe17867b Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Mon, 19 Aug 2024 20:36:50 -0600 Subject: [PATCH] Fix test comment --- test/FilterWizardTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FilterWizardTests.m b/test/FilterWizardTests.m index c9e3cfd..9e5351d 100644 --- a/test/FilterWizardTests.m +++ b/test/FilterWizardTests.m @@ -19,7 +19,7 @@ function testAutoGenerationRipple(testCase) sr = testCase.SampleRates; limit = testCase.MaxRippleDB; % Test ripple of generated filters - // parfor r = 1:length(sr) + % parfor r = 1:length(sr) for r = 1:length(sr) out = internal_design_filter_opt_ripple(sr(r)); verifyThat(testCase, out.Apass_actual, IsLessThanOrEqualTo(limit), ...