henselman-petrusek / Eirene.jl

Julia library for homological persistence
Other
117 stars 21 forks source link

betticurve error #1

Closed rohanaras closed 6 years ago

rohanaras commented 6 years ago

I tried following along to the "Around the World" example. However, when I then tried to plot the betti curve of the same dataset, I got the following error: image Any idea as to why this is happening?

henselman-petrusek commented 6 years ago

Thanks for flagging! We fixed the issue (an internal indexing system changed in the last release, and the updates hadn't completely trickled down to the betticurve function), and the new release should be out in the next week or so. Please keep the comments coming!

henselman-petrusek commented 6 years ago

Patch released. The most recent version of the package can now be acquired either by running Pkg.clone or waiting for the new release to be committed on metadata.jl (hopefully a few days). After that, the update will install automatically next time the user runs Pkg.update(). Please let us know if this doesn't resolve the issue!