Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definition of issuccess method for info::PRIMA.Status is incomplete #23

Closed
dmbates opened this issue Feb 4, 2024 · 1 comment
Closed

Comments

@dmbates
Copy link

dmbates commented 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.

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"
@dmbates 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
emmt added a commit that referenced this issue Feb 5, 2024
@emmt
Copy link
Collaborator

emmt commented Feb 5, 2024

Thank you for pointing this bug. Commit 9bb1b29 fixes this.

@emmt emmt closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants