Changeset 7475:803d23aea585


Ignore:
Timestamp:
12/01/07 19:03:32 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

tiny change needed for #787 -- since an exception changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/modules/matrix_morphism.py

    r7474 r7475  
    121121            Traceback (most recent call last): 
    122122            ... 
    123             ArithmeticError: entries must be a list of length 3 
     123            TypeError: [1, 1] must be coercible into Vector space of dimension 3 over Rational Field 
    124124        """ 
    125125        try: 
Note: See TracChangeset for help on using the changeset viewer.