Skip to content

Commit

Permalink
fix typo properly
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Aug 20, 2024
1 parent 650c03e commit f6ab8c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/state_estimation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ println("\nSTATE ESTIMATION TESTS")
@test all(containers.Cmag_rotor .== sqrt.(vthetatest .^ 2 .+ (2.0 * ones(3, 2)) .^ 2))

# more setup
dfdcparam = dt.c4b.DFDCairfoil()
dfdcparam = dt.c4b.DFDCairfoil(
0.0, 1.5, -1.0, 6.28, 0.5, 0.2, 0.012, 0.1, 0.005, 0.0, 200000.0, 0.35, 0.7, true, true, true, true
)

blade_elements = (;
B=[5, 5],
Expand Down

0 comments on commit f6ab8c7

Please sign in to comment.