You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That definition starting at line 62 of src/PRIMA.jl is incomplete and takes the documentation string for the next function as the return value.
julia>issuccess(info)
" PRIMA.reason(info::PRIMA.Info) -> str\n PRIMA.reason(status::PRIMA.Status) -> str\n\nyield a textual message explaining `info.status` or `status`, the status code\nreturned by one of the PRIMA optimizers.\n\n"
The text was updated successfully, but these errors were encountered:
dmbates
changed the title
Definition of issuccess method for info::PRIMA.Info is incomplete
Definition of issuccess method for info::PRIMA.Status is incomplete
Feb 4, 2024
That definition starting at line 62 of src/PRIMA.jl is incomplete and takes the documentation string for the next function as the return value.
The text was updated successfully, but these errors were encountered: