Bl dev #275
CI.yml
on: pull_request
Documentation
11m 29s
Matrix: test
Annotations
6 errors, 5 warnings, and 1 notice
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/visualization.md:262-313
```@example visualize
using Plots
# - Advance Ratio Range - #
advance_ratios = range(0.1, 2.0; step=0.01)
# - Calculate Vinfs - #
D = 2.0 * rotor.Rtip[1] # rotor diameter
n = RPM / 60.0 # rotation rate in revolutions per second
Vinfs = advance_ratios * n * D
# - Set Operating Points - #
operating_points = [deepcopy(operating_point) for i in 1:length(Vinfs)]
for (iv, v) in enumerate(Vinfs)
operating_points[iv].Vinf[] = v
end
# - Run Multi-point Analysis - #
outs, ins, success_flags = DuctAPE.analyze(
ducted_rotor,
operating_points,
reference_parameters,
DuctAPE.set_options(
operating_points;
boundary_layer_options=DuctAPE.HeadsBoundaryLayerOptions(;
model_drag=true, n_steps=1000, separation_criteria=3.0
),
);
return_inputs=true,
)
DuctAPE.generate_plots(
DuctAPE.animatedPlots(),
Plots, # Pass in the Plots namespace
ins,
outs;
plot_pressure=true,
plot_velocity=true,
plot_boundary_layer=true,
plot_streamlines=true,
save_path="../assets/",
static_file_type=".png",
(;
custom_defaults...,
size=(600, 400),
cp_ylim=(-3, 3), # keyword argument to set ylim for cp plots
vtan_ylim=(0, 3), # keyword argument to set ylim for vtan plots
bl_ylim=(0.1, 0.25), # keyword argument to set ylim for boundary layer plots
)...,
)
nothing # hide
```
exception =
UndefVarError: `wvp` not defined
Stacktrace:
[1] macro expansion
@ ~/work/DuctAPE.jl/DuctAPE.jl/src/visualization/plot_recipes.jl:264 [inlined]
[2] apply_recipe(plotattributes::AbstractDict{Symbol, Any}, ::plotCP, bvp::Any, bout::Any, rsp::Any)
@ DuctAPE ~/.julia/packages/RecipesBase/BRe07/src/RecipesBase.jl:300
[3] _process_userrecipes!(plt::Any, plotattributes::Any, args::Any)
@ RecipesPipeline ~/.julia/packages/RecipesPipeline/BGM3l/src/user_recipe.jl:38
[4] recipe_pipeline!(plt::Any, plotattributes::Any, args::Any)
@ RecipesPipeline ~/.julia/packages/RecipesPipeline/BGM3l/src/RecipesPipeline.jl:72
[5] _plot!(plt::Plots.Plot, plotattributes::Any, args::Any)
@ Plots ~/.julia/packages/Plots/kLeqV/src/plot.jl:223
[6] plot!(::Plots.Plot, ::Any, ::Vararg{Any}; kw...)
@ Plots ~/.julia/packages/Plots/kLeqV/src/plot.jl:213
[7] plot!(::Any, ::Vararg{Any}; kw...)
@ Plots ~/.julia/packages/Plots/kLeqV/src/plot.jl:202
[8] generate_plots(::animatedPlots, Plots::Module, ins::@NamedTuple{panels::@NamedTuple{body_vortex_panels::@NamedTuple{nnode::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, npanel::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, nbodies::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, totpanel::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, totnode::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, node::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, controlpoint::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, normal::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, tangent::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, nodemap::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, influence_length::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, endnodes::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, tenode::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, itcontrolpoint::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, itno
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
invalid local link/image: file does not exist in src/DuctAPE/visualization.md
link =
@ast MarkdownAST.Image("../assets/surface_pressure.gif", "") do
MarkdownAST.Text("")
end
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
invalid local link/image: file does not exist in src/DuctAPE/visualization.md
link =
@ast MarkdownAST.Image("../assets/surface_velocity.gif", "") do
MarkdownAST.Text("")
end
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
invalid local link/image: file does not exist in src/DuctAPE/visualization.md
link =
@ast MarkdownAST.Image("../assets/boundary_layer.gif", "") do
MarkdownAST.Text("")
end
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
invalid local link/image: file does not exist in src/DuctAPE/visualization.md
link =
@ast MarkdownAST.Image("../assets/streamlines.gif", "") do
MarkdownAST.Text("")
end
|
Documentation
Process completed with exit code 1.
|
Julia 1.10 - ubuntu-latest - x64 - pull_request
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Julia 1.10 - ubuntu-latest - x86 - pull_request
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Julia 1.10 - macos-latest - x64 - pull_request
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Julia 1.10 - windows-latest - x64 - pull_request
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4\dist\codecov.exe' failed with exit code 1
|
Julia 1.10 - windows-latest - x86 - pull_request
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4\dist\codecov.exe' failed with exit code 1
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|