Skip to content

Commit 3f35e3f

Browse files
author
ggermain
committed
Updated Release Notes to include OCT1821 and OCT2821 loads to the regression tests; removed extraneous print statement
1 parent 20f75db commit 3f35e3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Release_Notes_V4.0.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ The changes were tested by running the:
6868

6969
JUL0821A
7070
SEP2021B
71+
OCT1821A
7172
OCT2521B
73+
OCT2821A
7274
OCT3021A
7375
JAN1822B
7476
JAN2422A
@@ -81,7 +83,7 @@ as in production.
8183
All changes which affected thermal model output were tested with and without new switches for
8284
all 4 load types (Normal, TOO, SCS-107, Full Stop).
8385

84-
Thermal models were run where the changes affect the ouput of the models such as SEP2021B and OCT2521B
86+
Thermal models were run where the changes affect the ouput of the models such as SEP2021B and OCT18-3021
8587
Assembled history was correct.
8688

8789
The output in the test directories was compared to that in the production directories. All differences were

lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ $last_token = substr($prev_load, -1);
300300

301301
print("\nBefore the IF:");
302302
print("\n The Previous load variable contains: $prev_load");
303-
print("\n The last token is: $last_token");
303+
304304

305305
# If the length was 8 and the last token was a capital letter
306306
# Then remove the letter from $prev_load, and add the lower case of that letter

0 commit comments

Comments
 (0)