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

bbox_to_mip logic doesn't match create_new_info #227

Open
william-silversmith opened this issue Jun 14, 2019 · 0 comments
Open

bbox_to_mip logic doesn't match create_new_info #227

william-silversmith opened this issue Jun 14, 2019 · 0 comments
Labels
bug The code is not performing according to the design or a design flaw is seriously impacting users.

Comments

@william-silversmith
Copy link
Contributor

create_new_info performs np.ceil on the size, and np.floor on the offset, but when we do np.floor on the minpt and np.ceil on the maxpt, we can get a larger distortion than if we did it based on the size.

@william-silversmith william-silversmith added the bug The code is not performing according to the design or a design flaw is seriously impacting users. label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The code is not performing according to the design or a design flaw is seriously impacting users.
Projects
None yet
Development

No branches or pull requests

1 participant