Bump actions/checkout from 3 to 4 (#14) #52
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors
Documentation:
src/index.jl#L27
doctest failure in ~/work/GRIBDatasets.jl/GRIBDatasets.jl/src/index.jl:27-54
```jldoctest
index = FileIndex(example_file)
# output
FileIndex{Float64} with 160 messages
Headers summary:
Dict{AbstractString, Vector{Any}} with 39 entries:
"edition" => [1]
"jDirectionIncrementInDegrees" => [3.0]
"number" => [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
"time" => [1483228800, 1483272000, 1483315200, 14…
"dataType" => ["an"]
"stepUnits" => [1]
"subCentre" => [0]
"jPointsAreConsecutive" => [0]
"level" => [500, 850]
"name" => ["Geopotential", "Temperature"]
"step" => [0]
"jScansPositively" => [0]
"latitudeOfLastGridPointInDegrees" => [-90.0]
"valid_time" => [1483228800, 1483272000, 1483315200, 14…
"dataDate" => [20170101, 20170102]
"iScansNegatively" => [0]
"numberOfPoints" => [7320]
"missingValue" => [9999]
"gridType" => ["regular_ll"]
⋮ => ⋮
```
Subexpression:
index = FileIndex(example_file)
Evaluated output:
FileIndex{Float64} with 160 messages
Headers summary:
Dict{AbstractString, Vector{Any}} with 39 entries:
"edition" => [1]
"jDirectionIncrementInDegrees" => [3.0]
"number" => [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
"time" => [1483228800, 1483272000, 1483315200, 14…
"dataType" => ["an"]
"stepUnits" => [1]
"subCentre" => [0]
"level" => [500, 850]
"jPointsAreConsecutive" => [0]
"name" => ["Geopotential", "Temperature"]
"step" => [0]
"jScansPositively" => [0]
"latitudeOfLastGridPointInDegrees" => [-90.0]
"valid_time" => [1483228800, 1483272000, 1483315200, 14…
"dataDate" => [20170101, 20170102]
"iScansNegatively" => [0]
"numberOfPoints" => [7320]
"missingValue" => [9999]
"gridType" => ["regular_ll"]
⋮ => ⋮
Expected output:
FileIndex{Float64} with 160 messages
Headers summary:
Dict{AbstractString, Vector{Any}} with 39 entries:
"edition" => [1]
"jDirectionIncrementInDegrees" => [3.0]
"number" => [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
"time" => [1483228800, 1483272000, 1483315200, 14…
"dataType" => ["an"]
"stepUnits" => [1]
"subCentre" => [0]
"jPointsAreConsecutive" => [0]
"level" => [500, 850]
"name" => ["Geopotential", "Temperature"]
"step" => [0]
"jScansPositively" => [0]
"latitudeOfLastGridPointInDegrees" => [-90.0]
"valid_time" => [1483228800, 1483272000, 1483315200, 14…
"dataDate" => [20170101, 20170102]
"iScansNegatively" => [0]
"numberOfPoints" => [7320]
"missingValue" => [9999]
"gridType" => ["regular_ll"]
⋮ => ⋮
diff =
Warning: Diff output requires color.
FileIndex{Float64} with 160 messages
Headers summary:
Dict{AbstractString, Vector{Any}} with 39 entries:
"edition" => [1]
"jDirectionIncrementInDegrees" => [3.0]
"number" => [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
"time" =
|
Documentation
Process completed with exit code 1.
|