-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
Port Sage so that it builds and passes its full test suite on the new IBM Power 7 architecture running SUSE Linux.
This is the only test failure with sage-5.12.beta1:
sage -t devel/sage/sage/functions/special.py
**********************************************************************
File "devel/sage/sage/functions/special.py", line 853, in sage.functions.special.elliptic_j.inverse_jacobi
Failed example:
P = plot(inverse_jacobi('sn', x, 0.5), 0, 1, plot_points=20)
Expected nothing
Got:
<BLANKLINE>
;;;
;;; Stack overflow.
;;; Jumping to the outermost toplevel prompt
;;;
<BLANKLINE>
**********************************************************************
File "devel/sage/sage/functions/special.py", line 1014, in sage.functions.special.elliptic_j.EllipticKC
Failed example:
elliptic_f(RR(pi/2), 0.5)
Expected:
1.85407467730137
Got:
<BLANKLINE>
;;;
;;; Stack overflow.
;;; Jumping to the outermost toplevel prompt
;;;
<BLANKLINE>
sage172
**********************************************************************
File "devel/sage/sage/functions/special.py", line 1023, in sage.functions.special.elliptic_j.EllipticKC.__init__
Failed example:
elliptic_f(RR(pi/2), 0.5)
Expected:
1.85407467730137
Got:
<BLANKLINE>
;;;
;;; Stack overflow.
;;; Jumping to the outermost toplevel prompt
;;;
<BLANKLINE>
sage174
**********************************************************************
3 items had failures:
1 of 3 in sage.functions.special.elliptic_j.EllipticKC
1 of 3 in sage.functions.special.elliptic_j.EllipticKC.__init__
1 of 6 in sage.functions.special.elliptic_j.inverse_jacobi
[96 tests, 3 failures, 5.19 s]
Depends on #12829
Depends on #12832
Depends on #14098
Depends on #14151
CC: @nexttime @benjaminfjones @zimmermann6 @sagetrac-mariah @jpflori
Component: porting
Keywords: sd32 sd35.5
Author: Paul Zimmermann, Jeroen Demeyer
Reviewer: Jean-Pierre Flori, François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/11705