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
Following code will error out while it shouldn't. Rethink the flip checks.
using LazIO
min_y =-16.366242659155276
max_y =6.957395069293919e-7
LazIO.determine_offset(min_y, max_y, 0.01)
ERROR: Can't fit offset for max with this scale, try to coarsen it.
The text was updated successfully, but these errors were encountered:
Following code will error out while it shouldn't. Rethink the flip checks.
The text was updated successfully, but these errors were encountered: