libprima / prima

PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
http://libprima.net
BSD 3-Clause "New" or "Revised" License
292 stars 36 forks source link

`cmake_nagfor` fails but is marked as a success #57

Closed zaikunzhang closed 10 months ago

zaikunzhang commented 10 months ago

Sorry to bother you again, Julien @jschueller .

cmake_nagror fails (for the moment), but is always marked as a success. See https://github.com/libprima/prima/actions/workflows/cmake_nagfor.yml https://github.com/libprima/prima/actions/runs/6157074599. Is this intended? Thanks.

jschueller commented 10 months ago

maybe because of the "continue-on-error: true" ?

zaikunzhang commented 10 months ago

fixed by 72edcdeef4fdb45b385084172464a1490b5550d1