Skip to content
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

Rips not working when I change maxdim #32

Closed
NewDay1417 opened this issue Jul 22, 2020 · 1 comment
Closed

Rips not working when I change maxdim #32

NewDay1417 opened this issue Jul 22, 2020 · 1 comment

Comments

@NewDay1417
Copy link

I've been using Rips to make persistence diagrams. It works fine with the default maxdim=1. However, when I change to maxdim=2, I get no output and the stored variables I had disappear. I'm using Spyder to run my code, and all the variables in my variable explorer window disappear when I run maxdim=2. What is happening?

For example, this works fine:
rips=Rips()
dgms_X = rips.fit_transform(data)
plot_diagrams(dgms_X, show=True)

This dies:
rips=Rips(maxdim=2)
dgms_X = rips.fit_transform(data)
plot_diagrams(dgms_X, show=True)

Thank you!!

@ubauer
Copy link
Member

ubauer commented Apr 27, 2022

This seems to be related to the python wrapper ripser.py. I am closing this issue here, as it does not show up in the core C++ code.

@ubauer ubauer closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants