Skip to content

Commit cb017bb

Browse files
author
vikrants
committed
clean up code
1 parent 134ffd3 commit cb017bb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ The project *workflow* uses two Simscape *model* files that leverage one or more
2929
## To Get Started
3030
* Clone the project repository.
3131
* Open BuildingEnergyManagement.prj to get started with the project.
32-
* Requires MATLAB® release R2024a.
32+
* Requires MATLAB® release R2024a or newer.
3333

3434
Copyright 2024 The MathWorks, Inc.

Test/BuildingEnergyManagementTestRunner.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
%% Code Coverage Plugin
3434
list1 = dir(fullfile(prjRoot, 'utils'));
3535
list1 = list1(~[list1.isdir] & endsWith({list1.name}, {'.m', '.mlx'}));
36-
% list2 = dir(fullfile(prjRoot, 'utils/BuildingModel'));
37-
% list2 = list2(~[list2.isdir] & endsWith({list2.name}, {'.m', '.mlx'}));
38-
% list3 = dir(fullfile(prjRoot, 'utils/SolarModel'));
39-
% list3 = list3(~[list3.isdir] & endsWith({list3.name}, {'.m', '.mlx'}));
40-
% fileList = arrayfun(@(x)[x.folder, filesep, x.name], [list1;list2;list3], 'UniformOutput', false);
4136

4237
fileList = arrayfun(@(x)[x.folder, filesep, x.name], list1, 'UniformOutput', false);
4338
codeCoveragePlugin = matlab.unittest.plugins.CodeCoveragePlugin.forFile(fileList, Producing = coverageReport );

0 commit comments

Comments
 (0)