Rename bounding_box to cell_vectors consistently #311
CI.yml
on: pull_request
Documentation
2m 27s
Matrix: test
Annotations
11 errors and 3 notices
Julia 1.9 - AtomsBaseTesting
Process completed with exit code 1.
|
Julia 1.10 - AtomsBaseTesting
Process completed with exit code 1.
|
Julia 1.6 - AtomsBaseTesting
Process completed with exit code 1.
|
Julia nightly - AtomsBaseTesting
Process completed with exit code 1.
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
undefined binding 'AtomsBase.bounding_box' in `@docs` block in src/apireference.md:25-37
```@docs
bounding_box
set_bounding_box!
periodicity
set_periodicity!
cell
set_cell!
n_dimensions
atomkeys
hasatomkey
chemical_formula
visualize_ascii
```
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
undefined binding 'AtomsBase.set_bounding_box!' in `@docs` block in src/apireference.md:25-37
```@docs
bounding_box
set_bounding_box!
periodicity
set_periodicity!
cell
set_cell!
n_dimensions
atomkeys
hasatomkey
chemical_formula
visualize_ascii
```
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
failed to run `@example` block in src/tutorial.md:184-186
```@example system
bounding_box(hydrogen)
```
exception =
UndefVarError: `bounding_box` not defined in `Main.__atexample__named__system`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ tutorial.md:185
[2] eval
@ ./boot.jl:430 [inlined]
[3] #60
@ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined]
[4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753
[6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
|
|
|
|
Documentation
Process completed with exit code 1.
|
Julia 1.6 - AtomsBaseTesting
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.
|
Julia 1.6 - Core
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|