Yep.
Output from ] st
:
Status `~/.julia/environments/v1.5/Project.toml`
[46ada45e] Agents v4.0.1
[6e4b80f9] BenchmarkTools v0.5.0
[7073ff75] IJulia v1.23.1
[91a5bcdd] Plots v1.10.5
[c3e4b0f8] Pluto v0.12.20
[d330b81b] PyPlot v2.9.0
[af85af4c] RowEchelon v0.2.1
[90137ffa] StaticArrays v1.0.1
I see that the current version of Agents.jl is 4.0.4 and I have 4.0.1, however, when I run ] up Agents
, the version doesn’t get updated.
Julia version:
Julia Version 1.5.3
Commit 788b2c77c1 (2020-11-09 13:37 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.7.0)
CPU: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Also, when I try to use the @agent macro:
@agent SchellingAgent GridAgent{2}
mood::Bool
group::Int
end
I get the following error:
LoadError: MethodError: no method matching @agent(::LineNumberNode, ::Module, ::Symbol, ::Expr)
Closest candidates are:
@agent(::LineNumberNode, ::Module, ::Any, ::Any, !Matched::Any) at /Users/jzkelter/.julia/packages/Agents/YADxD/src/core/agents.jl:59
in expression starting at In[12]:7
Stacktrace:
[1] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1091