-
-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Milestone
Description
The doctests in sage -t src/sage/manifolds/differentiable/degenerate_submanifold.py have problems with time outs.
See for example:
- [#29104 comment:61]
- https://groups.google.com/d/msg/sage-release/eMQIlhglN98/bTwDGD9HBQAJ
- [#27122 comment:33]
Part of the problem might be, that the file makes no use of long time flags (testing takes 86 seconds on a fast computer without --long).
We add those flags and some smaller examples to display functionality of the module. This brings down testing time without `--long`` to less than 30 seconds.
CC: @sagetrac-Dicolevrai @egourgoulhon @mkoeppe
Component: geometry
Keywords: degenerate manifolds
Author: Jonathan Kliem
Branch/Commit: 848fec0
Reviewer: Hans Fotsing Tetsing
Issue created by migration from https://trac.sagemath.org/ticket/29440