mtsch

Results 15 comments of mtsch

Hey, I didn't get the notification for this issue, sorry about that. If you don't need it to be a Rips complex, you can try `Alpha`, which should work OK...

Hey, sorry for ignoring this. I somehow missed the issue. I hope it's not too late. That sounds like a neat idea, and think it should be straightforward to implement!...

Just to chime in, I'm on Arch and I sometimes have the same problem. Calling `GR.reset()` or `closeall()` from Plots fixes it temporarily (at least until I close the plot...

@IngoHeimbach I think it breaks if I close the plot window too many times, but it seems to be random, so I can't really create a MWE. I do tend...

I think I realized how I manage to crash GR. With GR loaded, I run an unrelated expensive computation that takes up all my RAM, to the point of making...

Hi. In general, Ripserer does not work with collapses as it uses other tricks to get fast computation times. There is [`EdgeCollapsedRips`](https://mtsch.github.io/Ripserer.jl/dev/api/#Ripserer.EdgeCollapsedRips), but I'm not sure how useful that is...

Hmm that looks weird... Can you provide the script and data you used so I can debug this?

Hi, I've actually played around with multithreading not long ago, but the results I was getting were a bit mixed. I didn't always get a nice performance boost and getting...

Hey, sorry for the inactivity. I've been very busy lately. Thanks for the implementation! I'll try it out and see if I can incorporate it into the code. If the...

Thanks!