Skip to content

Commit 9f284b8

Browse files
committed
250803.071521.CST [skip ci] fix profile_npt
1 parent 2a7b17e commit 9f284b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/profile_npt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
# The following modification is to show x, fx, funx, etc when the error InvalidFX occurs.
146146
cd matlab/interfaces/private
147-
sed -i "s|error(sprintf('%s:InvalidFx', invoker)|x, fx, funx, bobyqa_prec, cobyla_prec\nerror(sprintf('%s:InvalidFx', invoker)|" postprima.m
147+
sed -i "s|error(sprintf('%s:InvalidFx', invoker)|format long; x, fx, funx, bobyqa_prec, cobyla_prec\nerror(sprintf('%s:InvalidFx', invoker)|" postprima.m
148148
cat postprima.m
149149
150150
- name: Conduct the test

0 commit comments

Comments
 (0)