Skip to content

Commit e549a51

Browse files
committed
Commit for R2023b Fast running Model
1 parent a8b9318 commit e549a51

File tree

169 files changed

+1680
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+1680
-49
lines changed

Components/BatteryHV/test/BatteryHV_runtests.m renamed to Components/BatteryHV/test/BatteryHVRuntests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
% fullfile(TopFolder, "Test", "BatteryHV_UnitTest.m"));
1515

1616
suite1 = matlab.unittest.TestSuite.fromFile( ...
17-
fullfile(TopFolder, "Test", "BatteryHV_UnitTest_MQC.m"));
17+
fullfile(TopFolder, "Test", "BatteryHVUnitTestMQC.m"));
1818

1919
suite= [suite1];
2020

@@ -23,7 +23,7 @@
2323

2424
%% JUnit Style Test Result
2525

26-
TestResultFile = "BatteryHV_TestResults_" + RelStr + ".xml";
26+
TestResultFile = "BatteryHVTestResults_" + RelStr + ".xml";
2727

2828
plugin = matlab.unittest.plugins.XMLPlugin.producingJUnitFormat( ...
2929
fullfile(TopFolder, "Test", TestResultFile));

Components/BatteryHV/test/BatteryHV_UnitTest_MQC.m renamed to Components/BatteryHV/test/BatteryHVUnitTestMQC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
classdef BatteryHV_UnitTest_MQC < matlab.unittest.TestCase
1+
classdef BatteryHVUnitTestMQC < matlab.unittest.TestCase
22
%% Class implementation of unit test
33
%
44
% These are tests to achieve the Minimum Quality Criteria (MQC).
2.5 KB
Binary file not shown.
55.1 KB
Binary file not shown.
242 KB
Binary file not shown.
355 KB
Binary file not shown.
84.8 KB
Binary file not shown.
97.9 KB
Binary file not shown.
396 KB
Binary file not shown.

Components/HVAC/HVACthermal.slx

301 KB
Binary file not shown.

0 commit comments

Comments
 (0)