fhs / NPZ.jl

A Julia package that provides support for reading and writing Numpy .npy and .npz files
Other
117 stars 16 forks source link

UndefVarError in line 116 of NPZ.jl #35

Closed tomohiro-soejima closed 4 years ago

tomohiro-soejima commented 4 years ago

Hello,

Here is the line 115-117 of NPZ.jl.

        if s[tail_idx] == 'L' # output of firstindex should be a valid code point

            tail_idx = nextind(s, i)

        end

i in nextind(s, i) is not defined in this function, and results in an UndefVarError. I encountered this while running npzread with julia-1.3.0 on Windows 10.

Thanks!

fhs commented 4 years ago

/CC @galenlynch

galenlynch commented 4 years ago

Sorry :(