Skip to content

Commit 403e60b

Browse files
author
Matthias Koeppe
committed
pkgs/sagemath-gap: Move reflection_group, weyl_group here from sagemath-modules
1 parent 8ee19f2 commit 403e60b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/sage/combinat/root_system/reflection_group_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: needs sage.libs.gap
1+
# sage.doctest: optional - gap3, needs sage.libs.gap
22
r"""
33
Finite complex reflection groups
44
----------------------------------

src/sage/combinat/root_system/reflection_group_real.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: optional - gap3
12
r"""
23
Finite real reflection groups
34
-------------------------------

src/sage/combinat/root_system/weyl_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: needs sage.graphs sage.groups sage.modules
1+
# sage.doctest: needs sage.groups sage.modules
22
"""
33
Weyl Groups
44

0 commit comments

Comments
 (0)