Skip to content

Commit 913a92b

Browse files
authored
Merge pull request #67 from sync2brain/pablorcum-patch-1
Remove conditional test case for MATLAB R2025a
2 parents 0c69427 + 280bad6 commit 913a92b

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)