fix minor typo in post-processing docstring #220
Annotations
4 errors and 1 notice
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:355-358
```@example dfdc
outs, success_flag = dt.analyze(propulsor, options)
nothing # hide
```
exception =
MethodError: no method matching akima(::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, ::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, ::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, ::Float64, ::Float64)
Closest candidates are:
akima(::Any, ::Any, ::Any)
@ FLOWMath ~/.julia/packages/FLOWMath/yeNuj/src/interpolate.jl:147
Stacktrace:
[1] (::DuctAPE.var"#42#47")(x::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, y::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, xp::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true})
@ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/utilities/options.jl:584
[2] reinterpolate_bodies!(rp_duct_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_centerbody_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, duct_coordinates::Matrix{Float64}, centerbody_coordinates::Matrix{Float64}, zwake::Vector{Float64}, ncenterbody_inlet::Int64, nduct_inlet::Int64; finterp::DuctAPE.var"#42#47")
@ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/geometry/body_geometry.jl:48
[3] reinterpolate_geometry!(wake_grid::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_duct_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_centerbody_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rotor_indices_in_wake::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, duct_coordinates::Matrix{Float64}, centerbody_coordinates::Matrix{Float64}, rotorstator_parameters::RotorStatorParameters{Vector{Int64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{DuctAPE.C4Blade.DFDCairfoil{Float64}}, Vector{Float64}}, blade_element_cache::@NamedTuple{B::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Rtip::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Rhub::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, fliplift::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, chords::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, twists::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, stagger::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, solidity::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rotor_panel_centers::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, inner_fraction::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}}, paneling_constants::PanelingConstants{Int64, Float64, Float64}; autoshiftduct::Bool, grid_solver_options::SLORGridSolverOptions{Bool, Float64, Int64}, finterp::Function, verbose::Bool, silence_warnings::Bool)
@ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/preprocess.jl:160
[4] reinterpolate_geometry!
@ ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/preprocess.jl:117 [inlined]
[5] precompute_parameters!(ivr::@NamedTuple{v_rb::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, v_rr::Base.ReshapedArray{Float64, 3, SubAr
|
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:364-367
```@example dfdc
# Total Thrust Coefficient
outs.totals.CT
```
exception =
UndefVarError: `outs` not defined
Stacktrace:
[1] top-level scope
@ :0
[2] eval
@ ./boot.jl:385 [inlined]
[3] #58
@ ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:754 [inlined]
[4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:753
[6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[7] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[8] with_logger
@ ./logging.jl:627 [inlined]
[9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:752
|
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:368-371
```@example dfdc
# Total Torque Coefficient
outs.totals.CQ
```
exception =
UndefVarError: `outs` not defined
Stacktrace:
[1] top-level scope
@ :0
[2] eval
@ ./boot.jl:385 [inlined]
[3] #58
@ ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:754 [inlined]
[4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:753
[6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[7] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[8] with_logger
@ ./logging.jl:627 [inlined]
[9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:752
|
|
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
This job failed
Loading