Update README.md #13
Annotations
3 errors and 4 warnings
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/index.md:56-66
```@example
using GeoEnergyIO, Jutul, CairoMakie
pth = GeoEnergyIO.test_input_file_path("grdecl", "model3_5_5_5.txt", base = missing)
grdecl = parse_grdecl_file(pth)
g = mesh_from_grid_section(grdecl)
ix = 1:number_of_cells(g)
fig = Figure()
ax = Axis3(fig[1,1], zreversed = true, azimuth = 2.0)
plot_cell_data!(ax, g, ix, shading = NoShading, rasterize = true, colormap = :seaborn_icefire_gradient)
fig
```
exception =
MethodError: no method matching triangulate_mesh(::Jutul.UnstructuredMesh{3, CartesianIndex{3}, Vector{Int64}, Nothing, Jutul.IndirectionMap{Int64}, Float64, Nothing, Nothing, Int64}; outer::Bool, is_depth::Bool)
Closest candidates are:
triangulate_mesh(::Jutul.UnstructuredMesh{3}; outer, flatten) got unsupported keyword argument "is_depth"
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/meshes/unstructured/plotting.jl:1
triangulate_mesh(!Matched::Jutul.MRSTWrapMesh; outer) got unsupported keyword argument "is_depth"
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/meshes/mrst.jl:145
triangulate_mesh(!Matched::Jutul.CoarseMesh; kwarg...)
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/meshes/coarse.jl:180
...
Stacktrace:
[1] kwerr(::@NamedTuple{outer::Bool, is_depth::Bool}, ::Function, ::Jutul.UnstructuredMesh{3, CartesianIndex{3}, Vector{Int64}, Nothing, Jutul.IndirectionMap{Int64}, Float64, Nothing, Nothing, Int64})
@ Base ./error.jl:165
[2] plot_cell_data_impl!(ax::Makie.Axis3, m::Jutul.UnstructuredMesh{3, CartesianIndex{3}, Vector{Int64}, Nothing, Jutul.IndirectionMap{Int64}, Float64, Nothing, Nothing, Int64}, data::UnitRange{Int64}; cells::Nothing, is_depth::Bool, outer::Bool, kwarg::@kwargs{shading::MakieCore.ShadingAlgorithm, rasterize::Bool, colormap::Symbol})
@ JutulMakieExt ~/.julia/packages/Jutul/UUcRM/ext/JutulMakieExt/mesh_plots.jl:75
[3] plot_cell_data!(::Makie.Axis3, ::Vararg{Any}; kwarg::@kwargs{shading::MakieCore.ShadingAlgorithm, rasterize::Bool, colormap::Symbol})
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/ext/makie_ext.jl:74
[4] top-level scope
@ index.md:64
[5] eval
@ ./boot.jl:385 [inlined]
[6] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[7] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[9] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161
[10] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[11] with_logger
@ ./logging.jl:627 [inlined]
[12] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer)
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158
[13] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:752
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L44
failed to run `@example` block in src/index.md:70-80
```@example
using GeoEnergyIO, Jutul, CairoMakie
pth = GeoEnergyIO.test_input_file_path("grdecl", "model3_20_20_50.txt", base = missing)
grdecl = parse_grdecl_file(pth)
g = mesh_from_grid_section(grdecl)
ix = 1:number_of_cells(g)
fig = Figure()
ax = Axis3(fig[1,1], zreversed = true, azimuth = 2.0)
plot_cell_data!(ax, g, ix, shading = NoShading, rasterize = true, colormap = :seaborn_icefire_gradient)
fig
```
exception =
MethodError: no method matching triangulate_mesh(::Jutul.UnstructuredMesh{3, CartesianIndex{3}, Vector{Int64}, Nothing, Jutul.IndirectionMap{Int64}, Float64, Nothing, Nothing, Int64}; outer::Bool, is_depth::Bool)
Closest candidates are:
triangulate_mesh(::Jutul.UnstructuredMesh{3}; outer, flatten) got unsupported keyword argument "is_depth"
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/meshes/unstructured/plotting.jl:1
triangulate_mesh(!Matched::Jutul.MRSTWrapMesh; outer) got unsupported keyword argument "is_depth"
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/meshes/mrst.jl:145
triangulate_mesh(!Matched::Jutul.CoarseMesh; kwarg...)
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/meshes/coarse.jl:180
...
Stacktrace:
[1] kwerr(::@NamedTuple{outer::Bool, is_depth::Bool}, ::Function, ::Jutul.UnstructuredMesh{3, CartesianIndex{3}, Vector{Int64}, Nothing, Jutul.IndirectionMap{Int64}, Float64, Nothing, Nothing, Int64})
@ Base ./error.jl:165
[2] plot_cell_data_impl!(ax::Makie.Axis3, m::Jutul.UnstructuredMesh{3, CartesianIndex{3}, Vector{Int64}, Nothing, Jutul.IndirectionMap{Int64}, Float64, Nothing, Nothing, Int64}, data::UnitRange{Int64}; cells::Nothing, is_depth::Bool, outer::Bool, kwarg::@kwargs{shading::MakieCore.ShadingAlgorithm, rasterize::Bool, colormap::Symbol})
@ JutulMakieExt ~/.julia/packages/Jutul/UUcRM/ext/JutulMakieExt/mesh_plots.jl:75
[3] plot_cell_data!(::Makie.Axis3, ::Vararg{Any}; kwarg::@kwargs{shading::MakieCore.ShadingAlgorithm, rasterize::Bool, colormap::Symbol})
@ Jutul ~/.julia/packages/Jutul/UUcRM/src/ext/makie_ext.jl:74
[4] top-level scope
@ index.md:78
[5] eval
@ ./boot.jl:385 [inlined]
[6] #58
@ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined]
[7] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753
[9] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161
[10] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[11] with_logger
@ ./logging.jl:627 [inlined]
[12] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer)
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158
[13] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:752
|
Documentation
Process completed with exit code 1.
|
Julia 1.10 - ubuntu-latest - x64 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.8 - ubuntu-latest - x64 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia nightly - ubuntu-latest - x64 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|