MikeInnes / DataFlow.jl

Other
122 stars 12 forks source link

inputnode gives error in 1.0 #18

Closed ayush1999 closed 6 years ago

ayush1999 commented 6 years ago
julia> using DataFlow

julia> DataFlow.inputnode(2)
ERROR: MethodError: no method matching foldl(::getfield(DataFlow, Symbol("##70#71")), ::IVertex, ::Tuple{Int64})
Closest candidates are:
  foldl(::Any, ::Any; kw...) at reduce.jl:88
Stacktrace:
 [1] inputnode(::Int64) at /home/ayush99/.julia/dev/DataFlow/src/syntax/sugar.jl:178
 [2] top-level scope at none:0

Works fine in 0.6 though.

ayush1999 commented 6 years ago

Closing as fixed in #19