boathit/t2vec

"ERROR: LoadError: syntax: incomplete: premature end of input" when running porto2h5.jl

hexken opened this issue · 4 comments

Using julia 1.2.0 and trying to run porto2h5.jl, I get
ERROR: LoadError: syntax: incomplete: premature end of input
with
Stacktrace:
[1] top-level scope at /home/ken/t2vec_time/preprocessing/porto2h5.jl:3
[2] eval at ./boot.jl:330 [inlined]
[3] eval(::Expr) at ./client.jl:432
[4] |>(::Expr, ::typeof(eval)) at ./operators.jl:854
[5] (::getfield(Main, Symbol("##3#4")))(::HDF5File) at /home/ken/t2vec_time/preprocessing/utils.jl:33
[6] #h5open#5(::Bool, ::typeof(h5open), ::getfield(Main, Symbol("##3#4")), ::String, ::Vararg{String,N} where N) at /home/ken/.julia/packages/HDF5/rF1Fe/src/HDF5.jl:683
[7] h5open at /home/ken/.julia/packages/HDF5/rF1Fe/src/HDF5.jl:681 [inlined]
[8] porto2h5(::String) at /home/ken/t2vec_time/preprocessing/utils.jl:30
[9] top-level scope at /home/ken/t2vec_time/preprocessing/porto2h5.jl:3
[10] include at ./boot.jl:328 [inlined]
[11] include_relative(::Module, ::String) at ./loading.jl:1094
[12] include(::Module, ::String) at ./Base.jl:31
[13] include(::String) at ./client.jl:431
[14] top-level scope at REPL[2]:1
in expression starting at /home/ken/t2vec_time/preprocessing/porto2h5.jl:3

I reproduced the error, and am trying to figure it out.

Fixed.

Thanks!