-
Notifications
You must be signed in to change notification settings - Fork 71
Fix cli mistakes #198
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
Fix cli mistakes #198
Conversation
msooseth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isQed -> isCex otherwise great stuff :)
0b6277a to
284aadf
Compare
|
Any idea why this is failing on Linux and not on macOS? |
|
The PR pipeline tests broke (see logs here) because this randomly generation expression, unrated to the PR itself: Overflows i.e. very large. This is related to the |
|
I am re-running the PR pipeline, and created the issue #207 to track the problem itself so we can merge this unrelated fix and fix the other issue separately. |
Description
Fixes two small mistakes in the cli interface:
Checklist