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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
In load_distribution.singularity_to_polygon I had previously implemented a filtering process to remove extraneous points in certain circumstances. The filtering had some bugs that caused an error due to incorrect look-up values (because the lookups were happening an an unrounded x_acc). This has now been fixed and a new test to capture this error has been added.