Skip to content

Move cell example to Agents.jl #674

Move cell example to Agents.jl

Move cell example to Agents.jl #674

Triggered via pull request October 6, 2024 22:28
Status Success
Total duration 3h 35m 36s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
Documentation: docs/build/math/string#L22
Assignment to `ax` in soft scope is ambiguous because a global variable by the same name exists: `ax` will be treated as a new local. Disambiguate by using `local ax` to suppress this warning or `global ax` to assign to the existing global variable.
Documentation: docs/build/math/string#L21
Assignment to `t` in soft scope is ambiguous because a global variable by the same name exists: `t` will be treated as a new local. Disambiguate by using `local t` to suppress this warning or `global t` to assign to the existing global variable.
Documentation: docs/build/math/string#L24
Assignment to `ax` in soft scope is ambiguous because a global variable by the same name exists: `ax` will be treated as a new local. Disambiguate by using `local ax` to suppress this warning or `global ax` to assign to the existing global variable.
Documentation: docs/build/math/string#L27
Assignment to `i` in soft scope is ambiguous because a global variable by the same name exists: `i` will be treated as a new local. Disambiguate by using `local i` to suppress this warning or `global i` to assign to the existing global variable.
Documentation: docs/build/math/string#L27
Assignment to `j` in soft scope is ambiguous because a global variable by the same name exists: `j` will be treated as a new local. Disambiguate by using `local j` to suppress this warning or `global j` to assign to the existing global variable.
Documentation: docs/build/math/string#L27
Assignment to `k` in soft scope is ambiguous because a global variable by the same name exists: `k` will be treated as a new local. Disambiguate by using `local k` to suppress this warning or `global k` to assign to the existing global variable.
Documentation: docs/build/math/string#L38
Assignment to `i` in soft scope is ambiguous because a global variable by the same name exists: `i` will be treated as a new local. Disambiguate by using `local i` to suppress this warning or `global i` to assign to the existing global variable.
Documentation: docs/build/math/string#L38
Assignment to `j` in soft scope is ambiguous because a global variable by the same name exists: `j` will be treated as a new local. Disambiguate by using `local j` to suppress this warning or `global j` to assign to the existing global variable.
Documentation: docs/build/math/string#L38
Assignment to `k` in soft scope is ambiguous because a global variable by the same name exists: `k` will be treated as a new local. Disambiguate by using `local k` to suppress this warning or `global k` to assign to the existing global variable.
Documentation: docs/build/math/string#L45
Assignment to `i` in soft scope is ambiguous because a global variable by the same name exists: `i` will be treated as a new local. Disambiguate by using `local i` to suppress this warning or `global i` to assign to the existing global variable.
[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`