Skip to content

Commit a187022

Browse files
committed
250810.001626.CST revise the seed of achiva verification
1 parent 7367bbf commit a187022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.development

.github/workflows/verify_archiva.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if ~isempty('${{ inputs.random-seed }}')
124124
options.seed = str2num('${{ inputs.random-seed }}');
125125
else
126-
options.seed = 10000*mod(year(dt), 100) + 100*week(dt) + hour(dt);
126+
options.seed = 100*mod(year(dt), 100) + week(dt);
127127
end
128128
options.nr = 1; % Since the code will not change along the time, big nr is not needed.
129129
options.no_classical = true; % Starting from 20230212, we do not verify the classical version for the archiva.

0 commit comments

Comments
 (0)