Skip to content

Commit 280bad6

Browse files
authored
Remove conditional test case for MATLAB R2025a
1 parent 0c69427 commit 280bad6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

buildUtilities/testTask.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,4 @@
5151
testcases(ismember(testcases,{...
5252
'demo_mu_rhythm_phase_triggering.m'})) = [];
5353

54-
if ~isMATLABReleaseOlderThan("R2025a")
55-
% Issue when reading sample rate from osc_alpha_ip. Diff is not constant
56-
testcases(ismember(testcases,{'demo_phase_prediction_error_simple.m'})) = [];
5754
end
58-
59-
end

0 commit comments

Comments
 (0)