We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd27928 commit 0f840f8Copy full SHA for 0f840f8
1 file changed
test/test_flightpathcalculator.jl
@@ -16,7 +16,7 @@ wcs::WCSettings = WCSettings(dt = 1/set.sample_freq)
16
fcs::FPCSettings = FPCSettings(dt=wcs.dt)
17
fpps::FPPSettings = FPPSettings()
18
u_d0 = 0.01 * set.depower_offset
19
-u_d = 0.01 * set.depower
+u_d = 0.01 * set.depowers[1]
20
ssc::SystemStateControl = SystemStateControl(wcs, fcs, fpps; u_d0, u_d, v_wind=set.v_wind)
21
dt::Float64 = wcs.dt
22
0 commit comments