MikeInnes / DataFlow.jl

Other
122 stars 12 forks source link

Update expr.jl #2

Closed xiuliren closed 8 years ago

xiuliren commented 8 years ago

This is exactly the package I am looking for!

fix an typo here?

without this fix, I have the following error:

julia> using Flow
ERROR: LoadError: LoadError: syntax: expected "end" in definition of function "g"
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in require at ./loading.jl:243
while loading /usr/people/jingpeng/.julia/v0.4/Flow/src/expr.jl, in expression starting on line 32
while loading /usr/people/jingpeng/.julia/v0.4/Flow/src/Flow.jl, in expression starting on line 9
MikeInnes commented 8 years ago

Actually, this is correct syntax on Julia v0.5, so I recommend using it there. (We'll only be depending more and more on 0.5-specific features.)

This is exactly the package I am looking for!

Mind if I ask what you were looking for it for, i.e. what your application is? I'm excited to see what people's applications are :)

xiuliren commented 8 years ago

my application is reconstructing neurons using Electron Microscopy image stacks.