-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting for Simplical Complex #15
Comments
Thanks for the issue report! Just tried running the code. One issue is that rows need to appear in ascending order, by dimension. In practice this means that the entries of the first column should appear in sorted order (low to high). You can find the reference to this in the instructions where it says to number the cells 1, ..., N in ascending order, according to dimension. However, this is easy to miss. I've added a note to the documentation to help make it more visible. If this or any other problem persists, please let us know. Thanks! |
I sorted the dimensions by placing the line |
hi @chaxor, thanks for the update. question: if you add keyword argument <maxdim = 4> to the function call, do you still get an error? |
I have tried this and it still does not work? Does that work for you? |
hi @chaxor |
I have been attempting to compute PH for certain types of dynamic networks and have run into some difficulty in producing the input for Eirene.
More specifically, I am somewhat interested in a type of filtration referred to as a 'node-ordered filtration complex'.
I would like to be able to utilize the sparse complex formats ('dv'/'ev'); however, the "simple" formatting option 'sp' has not yet worked out.
Using Eirene with 'vr' or 'pc' options does work without error - this is more specifc to understanding the format.
Here is a minimal, workable example, taken directly from Figure 2 of [1], which has associated Betti curves such that the result can be verified.
The error I am recieving is:
References:
The text was updated successfully, but these errors were encountered: