- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 559
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
Bug in KlyachkoBundle_class.random_deformation #29956
Milestone
Comments
comment:3
Moving to 9.4, as 9.3 has been released. |
This comment has been minimized.
This comment has been minimized.
comment:6
diff --git a/src/sage/schemes/toric/sheaf/klyachko.py b/src/sage/schemes/toric/sheaf/klyachko.py
index 1ed3ac290b..32821e6d06 100644
--- a/src/sage/schemes/toric/sheaf/klyachko.py
+++ b/src/sage/schemes/toric/sheaf/klyachko.py
@@ -952,4 +952,6 @@ class KlyachkoBundle_class(SageObject):
(1, 0)
"""
filt = self._filt.random_deformation(epsilon)
+ while not filt.is_exhaustive():
+ filt = self._filt.random_deformation(epsilon)
return self.__class__(self.variety(), filt, check=True) |
Branch: public/29956 |
Reviewer: Jonathan Kliem |
Commit: |
Author: Andrey Belgorodski |
Changed branch from public/29956 to |
This was referenced Nov 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The doctest in
src/sage/schemes/toric/sheaf/klyachko.py
does produce an error on some random seeds:Doctests are marked untested in #32543.
CC: @vbraun
Component: algebraic geometry
Keywords: CPR-Fano toric variety
Author: Andrey Belgorodski
Branch/Commit:
5f8fe4e
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/29956
The text was updated successfully, but these errors were encountered: