Skip to content

Commit 0ea7c0d

Browse files
committed
mlx plot updates
1 parent 4cac9d8 commit 0ea7c0d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Test/PMSMtestbenchRunScriptsTest.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ function setupWorkingFolder(test)
2626
function test_PMSMcountEqTestFunction(test)
2727
% The test runs the function under test and makes sure that
2828
% there are no errors or warning thrown
29-
test.verifyWarningFree(@()countEqTest(67.5), "'PMSMcountEqTest' should execute wihtout any warning or error.");
29+
test.verifyWarningFree(@()countEqTest(67.5), "'countEqTest' should execute wihtout any warning or error.");
3030
end
3131

3232
function test_PMSMgetDutyLifeFunction(test)
3333
% The test runs the function under test and makes sure that
3434
% there are no errors or warning thrown
35-
test.verifyWarningFree(@()getDutyLife(67.5, 0.2, 108.3), "'PMSMgetDutyLife' should execute wihtout any warning or error.");
35+
test.verifyWarningFree(@()getDutyLife(67.5, 0.2, 108.3), "'getDutyLife' should execute wihtout any warning or error.");
3636
end
3737

3838
function test_PMSMgetLossFunction(test)
3939
% The test runs the function under test and makes sure that
4040
% there are no errors or warning thrown
41-
test.verifyWarningFree(@()getLossTable(10,500,298.15,60000), "'PMSMgetLoss' should execute wihtout any warning or error.");
41+
test.verifyWarningFree(@()getLossTable(10,500,298.15,60000), "'getLossTable' should execute wihtout any warning or error.");
4242
end
4343

4444
function test_PMSMrunInverterLifeFunction(test)
4545
% The test runs the function under test and makes sure that
4646
% there are no errors or warning thrown
47-
test.verifyWarningFree(@()runInverterLife("FTP75"), "'PMSMrunInverterLife' should execute wihtout any warning or error.");
47+
test.verifyWarningFree(@()runInverterLife("FTP75"), "'inverterPowerModuleLife' should execute wihtout any warning or error.");
4848
end
4949

5050
function test_PMSMtestBenchDuraRunFunction(test)
@@ -55,7 +55,7 @@ function test_PMSMtestBenchDuraRunFunction(test)
5555
assignin('base', "LSHT", LSHT);
5656
assignin('base', "HSLT", HSLT);
5757
driveTest= ["LSHT" "HSLT"];
58-
test.verifyWarningFree(@()testBenchDuraRun(50,driveTest), "'PMSMrunInverterLife' should execute wihtout any warning or error.");
58+
test.verifyWarningFree(@()testBenchDuraRun(50,driveTest), "'DUThermalDurability' should execute wihtout any warning or error.");
5959
end
6060

6161
function test_PMSMtestBenchRunAndPlotFunction(test)
541 Bytes
Binary file not shown.
488 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)