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

Bound Overflow #22

Closed
dyumanaditya opened this issue Feb 12, 2024 · 0 comments
Closed

Bound Overflow #22

dyumanaditya opened this issue Feb 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dyumanaditya
Copy link
Contributor

While using incremental annotation functions it's possible for lower bound to be greater than the upper bound (ex [1.2, 1])

@numba.njit
def f(annotations, weights):
    print(annotations)
    return annotations[0][0].lower+0.1, 1

Settings:

pr.settings.canonical = True
pr.settings.inconsistency_check = False
pr.settings.update_mode = 'override'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant