Ticket #1531 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[positive review] Sage 2.9.rc2: doctest failure sage/calculus/calculus.py

Reported by: mabshoff Owned by: mabshoff
Priority: blocker Milestone: sage-2.9
Component: doctest Keywords:
Cc: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

File "calculus.py", line 6144:
    sage: maxima(f(sqrt(2), theta+3))
Expected:
    'Gamma(theta+3,sqrt(2))
Got:
    'Gamma(sqrt(2),theta+3)

Change History

Changed 3 years ago by mabshoff

[02:58] <wstein|packing> 'Gamma(sqrt(2),theta+3) is right and 'Gamma(theta+3,sqrt(2)) is wrong!
[02:58] <wstein|packing> so change the doctest :-0

Changed 3 years ago by mabshoff

  • status changed from new to assigned

Changed 3 years ago by was

  • summary changed from Sage 2.9.rc2: doctest failure sage/calculus/calculus.py to [positive review] Sage 2.9.rc2: doctest failure sage/calculus/calculus.py

Changed 3 years ago by mabshoff

  • status changed from assigned to closed
  • resolution set to fixed

Merged in 2.9.rc3.

Note: See TracTickets for help on using tickets.