b35c4134b6c1edd04d05bbf8c17e7b72d6a30b6c
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/CourseChangeBasedTrackApproximationTest.java
| ... | ... | @@ -109,7 +109,7 @@ public class CourseChangeBasedTrackApproximationTest { |
| 109 | 109 | } |
| 110 | 110 | final Iterable<GPSFixMoving> emptyManeuverCandidates = approximation.approximate(start, start.plus(samplingInterval.times(NUMBER_OF_FIXES_FOR_NON_MANEUVER))); |
| 111 | 111 | assertTrue(Util.isEmpty(emptyManeuverCandidates)); |
| 112 | - final double aBitOverMinimumManeuverAngleDegrees = boatClass.getManeuverDegreeAngleThreshold() * 1.2; |
|
| 112 | + final double aBitOverMinimumManeuverAngleDegrees = boatClass.getManeuverDegreeAngleThreshold() * 1.5; |
|
| 113 | 113 | // perform aBitOverMinimumManeuverAngleDegrees within five fixes: |
| 114 | 114 | final int NUMBER_OF_FIXES_FOR_MANEUVER = 5; |
| 115 | 115 | for (int i=0; i<NUMBER_OF_FIXES_FOR_MANEUVER; i++) { |