- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Improve doctests of Degenerate Submanifold #29440
Comments
Branch: public/29440 |
New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Replying to @kliem:
Thank you so much for the improvement and the example! |
comment:5
please add missing reviewer full name |
Changed author from Jonathan Kliem to none |
Reviewer: Hans Fotsing Tetsing |
Author: Jonathan Kliem |
Changed branch from public/29440 to |
The doctests in
sage -t src/sage/manifolds/differentiable/degenerate_submanifold.py
have problems with time outs.See for example:
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
The text was updated successfully, but these errors were encountered: