Skip to content

Commit

Permalink
Don't open Simscape Results Explorer in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eszmw committed Sep 30, 2024
1 parent 924fb30 commit 4fdf8da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SoftwareTests/PreFiles/PreModel_Fridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
% ---- Pre-run commands -----

CollectData = @() NewCollectData();
sscexplore = @() DontOpenExplorer();

function varargout = NewCollectData()
load(fullfile(currentProject().RootFolder,"SoftwareTests","PreFiles","CyclePointsForTest.mat"),"x","y");
varargout = {x,y};
end

function DontOpenExplorer()
disp("Opening Simscape Results Explorer here...")
end

0 comments on commit 4fdf8da

Please sign in to comment.