add GeoInterface.ncoord #16
Annotations
2 errors and 3 warnings
Documentation:
src/geometries.jl#L174
doctest failure in ~/work/ATP45.jl/ATP45.jl/src/geometries.jl:174-180
```jldoctest atp45result
get_zones(result, "release")
# output
1-element Vector{ATP45.AbstractZoneFeature}:
ReleaseZone{100, Float64}(ATP45.CircleLikeZone{100, Float64}(ReleaseLocations{1, Float64}(((4.0, 50.0),)), 2000.0))
```
Subexpression:
get_zones(result, "release")
Evaluated output:
1-element Vector{ATP45.AbstractZoneFeature}:
ATP45.ReleaseZone{100, Float64}(ATP45.CircleLikeZone{100, Float64}(ReleaseLocations{1, Float64}(((4.0, 50.0),)), 2000.0))
Expected output:
1-element Vector{ATP45.AbstractZoneFeature}:
ReleaseZone{100, Float64}(ATP45.CircleLikeZone{100, Float64}(ReleaseLocations{1, Float64}(((4.0, 50.0),)), 2000.0))
diff =
Warning: Diff output requires color.
1-element Vector{ATP45.AbstractZoneFeature}:
ReleaseZone{100, ATP45.ReleaseZone{100, Float64}(ATP45.CircleLikeZone{100, Float64}(ReleaseLocations{1, Float64}(((4.0, 50.0),)), 2000.0))
|
Documentation
Process completed with exit code 1.
|
Julia 1.7 - ubuntu-latest - x64 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia nightly - ubuntu-latest - x64 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|