WIP: Towards Type Stability #237
CI.yml
on: pull_request
Documentation
2m 8s
Matrix: test
Annotations
5 errors, 2 warnings, and 1 notice
Julia 1.6 - Core
Process completed with exit code 1.
|
Julia nightly - Core
Process completed with exit code 1.
|
Documentation:
src/atomview.jl#L16
doctest failure in ~/work/AtomsBase.jl/AtomsBase.jl/src/atomview.jl:16-28
```jldoctest; setup=:(using AtomsBase, Unitful; atoms = Atom[:C => [0.25, 0.25, 0.25]u"Å", :C => [0.75, 0.75, 0.75]u"Å"]; box = [[1, 0, 0], [0, 1, 0], [0, 0, 1]]u"Å"; boundary_conditions = [Periodic(), Periodic(), DirichletZero()])
julia> system = FastSystem(atoms, box, boundary_conditions);
julia> atom = system[2]
AtomView(C, atomic_number = 6, atomic_mass = 12.011 u):
position : [0.75,0.75,0.75]u"Å"
julia> atom isa AtomView{typeof(system)}
true
julia> atomic_symbol(atom)
:C
```
Subexpression:
atom = system[2]
Evaluated output:
AtomView(C, atomic_mass = 12.011 u):
position : [0.75,0.75,0.75]u"Å"
Expected output:
AtomView(C, atomic_number = 6, atomic_mass = 12.011 u):
position : [0.75,0.75,0.75]u"Å"
diff =
Warning: Diff output requires color.
AtomView(C, atomic_number = 6, atomic_mass = 12.011 u):
u):
position : [0.75,0.75,0.75]u"Å"
|
Documentation:
src/atomview.jl#L16
doctest failure in ~/work/AtomsBase.jl/AtomsBase.jl/src/atomview.jl:16-28
```jldoctest; setup=:(using AtomsBase, Unitful; atoms = Atom[:C => [0.25, 0.25, 0.25]u"Å", :C => [0.75, 0.75, 0.75]u"Å"]; box = [[1, 0, 0], [0, 1, 0], [0, 0, 1]]u"Å"; boundary_conditions = [Periodic(), Periodic(), DirichletZero()])
julia> system = FastSystem(atoms, box, boundary_conditions);
julia> atom = system[2]
AtomView(C, atomic_number = 6, atomic_mass = 12.011 u):
position : [0.75,0.75,0.75]u"Å"
julia> atom isa AtomView{typeof(system)}
true
julia> atomic_symbol(atom)
:C
```
Subexpression:
atomic_symbol(atom)
Evaluated output:
C
Expected output:
:C
diff =
Warning: Diff output requires color.
:CC
|
Documentation
Process completed with exit code 1.
|
Julia nightly - AtomsBaseTesting
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Julia 1.6 - AtomsBaseTesting
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
[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`
|