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

Reduce precision default value #168

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Conversation

utas-raymondng
Copy link
Contributor

No description provided.

@@ -44,7 +44,7 @@ public enum PointOrientation {

@Getter
@Setter
protected static double coastalPrecision = 0.05;
protected static double coastalPrecision = 0.1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we have a comment to explain why that value or simply a random pick?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comment

@vietnguyengit
Copy link
Contributor

also test failed

@utas-raymondng
Copy link
Contributor Author

also test failed

Fixed, miss to set the old default in test to avoid test result different

@utas-raymondng utas-raymondng merged commit 6d820b3 into main Nov 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants