Skip to content

Update examples

Update examples #86

Triggered via push June 4, 2024 20:01
Status Failure
Total duration 10m 48s
Artifacts

CI.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/index.md:96-106 ```@example using GeoEnergyIO, Jutul, CairoMakie pth = GeoEnergyIO.test_input_file_path("OLYMPUS_1", "OLYMPUS_GRID.GRDECL") grdecl = parse_grdecl_file(pth) g = mesh_from_grid_section(grdecl) ix = collect(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 = Artifact "OLYMPUS_1" is a lazy artifact; package developers must call `using LazyArtifacts` in GeoEnergyIO before using lazy artifacts. Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] _artifact_str(__module__::Module, artifacts_toml::String, name::SubString{String}, path_tail::String, artifact_dict::Dict{String, Any}, hash::Base.SHA1, platform::Base.BinaryPlatforms.Platform, lazyartifacts::Any) @ Artifacts /opt/hostedtoolcache/julia/1.10.3/x64/share/julia/stdlib/v1.10/Artifacts/src/Artifacts.jl:559 [3] #invokelatest#2 @ ./essentials.jl:892 [inlined] [4] invokelatest @ ./essentials.jl:889 [inlined] [5] macro expansion @ /opt/hostedtoolcache/julia/1.10.3/x64/share/julia/stdlib/v1.10/Artifacts/src/Artifacts.jl:713 [inlined] [6] test_input_file_path(dataset::String, filename::String) @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:16 [7] top-level scope @ index.md:98 [8] eval @ ./boot.jl:385 [inlined] [9] #58 @ ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:754 [inlined] [10] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [11] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:753 [12] (::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 [13] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [14] with_logger @ ./logging.jl:627 [inlined] [15] 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 [16] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:752
Documentation
Process completed with exit code 1.