mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
bug5576: adjusted static wind fix for ManeuverDetectionOnKielerWoche505Race2DataTest from 240 to 245deg to let test pass again
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ public class ManeuverDetectionOnKielerWoche505Race2DataTest extends AbstractMane
|
||||
new ReceiverType[] { ReceiverType.MARKPASSINGS, ReceiverType.RACECOURSE, ReceiverType.RAWPOSITIONS });
|
||||
OnlineTracTracBasedTest.fixApproximateMarkPositionsForWindReadOut(getTrackedRace(), new MillisecondsTimePoint(new GregorianCalendar(2011, 05, 23).getTime()));
|
||||
getTrackedRace().recordWind(new WindImpl(/* position */ null, getTrackedRace().getStartOfRace(),
|
||||
new KnotSpeedWithBearingImpl(12, new DegreeBearingImpl(60))), new WindSourceImpl(WindSourceType.WEB));
|
||||
new KnotSpeedWithBearingImpl(12, new DegreeBearingImpl(65))), new WindSourceImpl(WindSourceType.WEB));
|
||||
logger.info("Waiting for things to settle in, such as wind updates...");
|
||||
Thread.sleep(2000);
|
||||
logger.info("...hopefully all is settled now.");
|
||||
|
||||
Reference in New Issue
Block a user