Marc Glisse
Marc Glisse
public. Private would be useless.
It helps if you pass `run_eagerly=True` to `model.compile()`.
Would it make sense to do the call to matplotlib that uses latex inside try-except, and in case it fails (in some specific way?) print a warning, disable latex for...
> the problem is that the issue appears on `plt.show()` Ah, that's a problem indeed. > But ok, we can do something on import. Do you prefer a warning on...
Copied from #368: I wonder if setting the (global) matplotlib font during a call to those functions is really a good idea. If the user likes some specific font, couldn't...
https://github.com/mglisse/gudhi-devel/commit/b2ca528e4997019372ad2dddef20fcc8a1873d09#diff-abe260b6de058526a8a47561733bcf916dd599d22afbb496393f441941fa8038R149 shows one way to achieve this using the C API. It seems to work, i.e. it doesn't crash from a double free, leak memory, have values that change when...
PyCharm is super crude (it may not have much choice since, unlike ipython, it does not have a running python where it can inspect variables), let's not worry about it...
Hi @MaelRL, > Note that the existing periodic triangulations are compatible with CGAL's alpha shapes, Yes, we are already using that in gudhi in this wrapper http://gudhi.gforge.inria.fr/doc/latest/class_gudhi_1_1alpha__complex_1_1_alpha__complex__3d.html (but not the...
Yes, I don't believe the bug was fixed. There are strange things about the formula. Computing sqrt then immediately squaring it back, the normalization factor `1/(pi*sigma²)` (useless since there is...
3 coordinates: dim, birth, death? That seems similar to a format that giotto likes, it is worth checking if that matches. Another interesting format, produced for instance by the scikit-tda...