Changeset 41:190913a1ca3e


Ignore:
Timestamp:
03/07/06 10:10:10 (7 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

[project @ added message about test failure on 64-bit machines]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/multi_polynomial_ideal.py

    r9 r41  
    234234            sage: p = z^2 + 1; q = z^3 + 2 
    235235            sage: I = (p*q^2, y-z^2)*R 
    236             sage: I.primary_decomposition() 
     236            sage: I.primary_decomposition()   # this fails on some 64-bit machines sometimes during automated testing; I don't know why! 
    237237            [Ideal (1 + z^2, 1 + y) of Polynomial Ring in x, y, z over Rational Field, Ideal (-1*z^2 + y, 4 + 4*z^3 + z^6) of Polynomial Ring in x, y, z over Rational Field] 
    238238        """ 
Note: See TracChangeset for help on using the changeset viewer.