Skip to content

Danlooo/develop

Danlooo/develop #66

Triggered via pull request August 4, 2023 10:49
Status Failure
Total duration 8m 19s
Artifacts

CI.yml

on: pull_request
Documentation
8m 9s
Documentation
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
Julia 1.9 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia nightly - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/index.md:15-27 ```@example tutorial using OpenEOClient username = ENV["username"] password = ENV["password"] c = connect("earthengine.openeo.org", "v1.0", username, password) step1 = c.load_collection( "COPERNICUS/S2", BoundingBox(west=16.06, south=48.06, east=16.65, north=48.35), ["2020-01-01", "2020-01-31"], ["B10"] ) step2 = c.reduce_dimension(step1, Reducer("median"), "t", nothing) step3 = c.save_result(step2, "GTIFF-ZIP", Dict()) path = c.compute_result(step3) ``` value = KeyError: key "username" not found
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/index.md:32-39 ```@example tutorial using ZipFile, Rasters, Plots, ArchGDAL f = ZipFile.Reader(path).files[1] write(open(f.name, "w"), read(f, String)) cube = Raster(f.name) ``` value = UndefVarError: `path` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/index.md:43-45 ```@example tutorial plot(cube) ``` value = UndefVarError: `cube` not defined