-
-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-37915: Replace doctests from jacobian_khuri_makdisi.py taking too …
…long time <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> We replace doctest examples in the module `sage.rings.function_field.jacobian_khuri_makdisi` that are taking too long time with smaller examples. Before: ``` sage -t --warn-long 112.9 --random- seed=138126942635581110821969675305757234065 src/sage/rings/function_field/jacobian_khuri_makdisi.py [273 tests, 162.67 s] ``` After: ``` sage -t --warn-long 113.1 --random- seed=197118826408466343693096609510579001704 src/sage/rings/function_field/jacobian_khuri_makdisi.py [272 tests, 122.30 s] ``` ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #37915 Reported by: Kwankyu Lee Reviewer(s): Matthias Köppe
- Loading branch information
Showing
3 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=2d6779beb2e69f0f7bddc2edc44ad275442ffd29 | ||
md5=789344e03a6b57ba1538c0c760449720 | ||
cksum=3806733369 | ||
sha1=5da9946e7249ffdf12d17f3b6230c86682c93363 | ||
md5=3d3d50c0aabe221a52c8d0aab3504d2d | ||
cksum=3205922382 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0a7b2513287af1124a358c2494b8bef4668a1882 | ||
e81131a046308b700e862adabf9d4231447805ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters