You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to run the ant.jl script I received this error using Julia v.06:
MethodError: no method matching GrammaticalEvolution.ExprRule(::String, ::Array{Symbol,1})
Closest candidates are:
GrammaticalEvolution.ExprRule(::AbstractString, ::Array{Any,1}) at C:\Users\Andrew.Bannerman.julia\v0.6\GrammaticalEvolution\src\EBNF.jl:169
in parseDefinition at GrammaticalEvolution\src\EBNF.jl:280
EBNF.jl line 280 is:
return ExprRule(name, args)
Anyone can provide me with some assistance?
Thanks,
Andrew
The text was updated successfully, but these errors were encountered:
flare9x
changed the title
Provide update for v.06?
Issue running on Julia v.06
Apr 9, 2018
I started to run the ant.jl script I received this error using Julia v.06:
MethodError: no method matching GrammaticalEvolution.ExprRule(::String, ::Array{Symbol,1})
Closest candidates are:
GrammaticalEvolution.ExprRule(::AbstractString, ::Array{Any,1}) at C:\Users\Andrew.Bannerman.julia\v0.6\GrammaticalEvolution\src\EBNF.jl:169
in parseDefinition at GrammaticalEvolution\src\EBNF.jl:280
EBNF.jl line 280 is:
return ExprRule(name, args)
Anyone can provide me with some assistance?
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: