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

Claripy BVS() argument fix #608

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

dhulliger
Copy link

fix error TypeError: Base.new() got an unexpected keyword argument 'min'

fix error TypeError: Base.__new__() got an unexpected keyword argument 'min'
@ltfish
Copy link
Member

ltfish commented Mar 12, 2025

Thanks for the fix! I believe claripy.annotation.StridedIntervalAnnotation(1, mn, mx) should be claripy.annotation.StridedIntervalAnnotation(si._stride, mn, mx) instead.

@ltfish ltfish added the bug label Mar 12, 2025
@dhulliger
Copy link
Author

Thx @ltfish This was clearly a mistake. The PR is updated now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants