Skip to content

Commit

Permalink
Fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcollins authored Aug 20, 2024
1 parent c81e510 commit c3255eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FilterWizardTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -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), ...
Expand Down

0 comments on commit c3255eb

Please sign in to comment.