Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
29717: adaption to ticket 17815
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed Jul 31, 2020
1 parent 58ceee5 commit aea3c5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/cubic_hecke_marin/SPKG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ as given on 'http://www.lamfa.u-picardie.fr/marin/softs/H4

=== cubic_hecke_marin-20200513.tar.bz2 (Sebastian Oehms, 13 May 2020) ===

* #?????: Initial version
* #29717: Initial version

2 changes: 1 addition & 1 deletion build/pkgs/cubic_hecke_marin/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
standard
optional
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from sage.structure.unique_representation import UniqueRepresentation
from sage.structure.element import get_coercion_model
from sage.categories.action import Action
from sage.misc.misc import verbose
from sage.misc.verbose import verbose
from sage.misc.functional import cyclotomic_polynomial
from sage.misc.cachefunc import cached_method
from sage.rings.integer_ring import ZZ
Expand Down
2 changes: 1 addition & 1 deletion src/sage/algebras/hecke_algebras/cubic_hecke_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

from sage.combinat.free_module import CombinatorialFreeModule
from sage.misc.cachefunc import cached_method
from sage.misc.misc import verbose
from sage.misc.verbose import verbose
from sage.groups.cubic_braid import CubicBraidGroup
from sage.rings.integer_ring import ZZ
from sage.algebras.splitting_algebra import solve_with_extension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from enum import Enum
from sage.misc.cachefunc import cached_method
from sage.misc.misc import verbose
from sage.misc.verbose import verbose
from sage.rings.integer import Integer
from sage.matrix.matrix_generic_dense import Matrix_generic_dense
from sage.matrix.matrix_space import MatrixSpace
Expand Down
2 changes: 1 addition & 1 deletion src/sage/databases/cubic_hecke_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from sage.structure.sage_object import SageObject
from sage.misc.persist import db_save, db, save, load
from sage.misc.misc import verbose
from sage.misc.verbose import verbose
from sage.env import SAGE_SHARE, SAGE_ROOT
from sage.matrix.constructor import matrix, Matrix # uppercase version used in Marin's file `MatricesRegH4.maple`
from sage.rings.integer_ring import ZZ
Expand Down

0 comments on commit aea3c5a

Please sign in to comment.