From 841dac596c9a2ce8e1882e382a9cc1d003edfbee Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 5 Jun 2020 18:03:04 +0200 Subject: Code review: type is float --- src/python/doc/alpha_complex_user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst index c1ed0eaa..a75a0347 100644 --- a/src/python/doc/alpha_complex_user.rst +++ b/src/python/doc/alpha_complex_user.rst @@ -25,7 +25,7 @@ Remarks make sense in higher dimension precisely because you can bound the radii. * Using the default :code:`complexity = 'safe'` makes the construction safe. If you pass :code:`complexity = 'exact'` to :func:`~gudhi.AlphaComplex.__init__`, the filtration values are the exact - ones converted to the filtration value type of the simplicial complex. This can be very slow. + ones converted to float. This can be very slow. If you pass :code:`complexity = 'safe'` (the default) or :code:`complexity = 'fast'`, the filtration values are only guaranteed to have a small multiplicative error compared to the exact value, see `CGAL::Lazy_exact_nt::set_relative_precision_of_to_double `_ -- cgit v1.2.3