Skip to content

Commit f1951b3

Browse files
author
Matthias Koeppe
committed
Update # needs
1 parent 362e34f commit f1951b3

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/sage/ext/fast_callable.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ class IntegerPowerFunction():
16451645
pi^2
16461646
sage: square(I) # needs sage.symbolic
16471647
-1
1648-
sage: square(RIF(-1, 1)).str(style='brackets')
1648+
sage: square(RIF(-1, 1)).str(style='brackets') # needs sage.rings.real_interval_field
16491649
'[0.0000000000000000 .. 1.0000000000000000]'
16501650
sage: IntegerPowerFunction(-1)
16511651
(^(-1))

src/sage/libs/coxeter3/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# sage_setup: distribution = sagemath-coxeter3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# sage_setup: distribution = sagemath-coxeter3

src/sage/tests/book_schilling_zabrocki_kschur_primer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: needs sage.combinat
1+
# sage.doctest: needs sage.combinat sage.graphs sage.groups
22
r"""
33
This file contains doctests for the Chapter "k-Schur function primer"
44
for the book "k-Schur functions and affine Schubert calculus"

0 commit comments

Comments
 (0)