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
{{ message }}
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
Currently the code contains some sanity checks which provide a fail-fast safeguard to errors in the implementation of the algorithm (e.g. comparing that the total area is within a small delta of the area of full polygon, etc.).
This is useful for development, but should be made configurable or removed entirely once the code is considered production-ready.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the code contains some sanity checks which provide a fail-fast safeguard to errors in the implementation of the algorithm (e.g. comparing that the total area is within a small delta of the area of full polygon, etc.).
This is useful for development, but should be made configurable or removed entirely once the code is considered production-ready.
The text was updated successfully, but these errors were encountered: