You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: