From 403e60b5a9f1aedce0e1a40dd107f69130aa2af2 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 1 Sep 2023 13:30:29 -0700 Subject: [PATCH] pkgs/sagemath-gap: Move reflection_group, weyl_group here from sagemath-modules --- src/sage/combinat/root_system/reflection_group_complex.py | 2 +- src/sage/combinat/root_system/reflection_group_real.py | 1 + src/sage/combinat/root_system/weyl_group.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sage/combinat/root_system/reflection_group_complex.py b/src/sage/combinat/root_system/reflection_group_complex.py index 57af1f495c3..6bf0e9936ea 100644 --- a/src/sage/combinat/root_system/reflection_group_complex.py +++ b/src/sage/combinat/root_system/reflection_group_complex.py @@ -1,4 +1,4 @@ -# sage.doctest: needs sage.libs.gap +# sage.doctest: optional - gap3, needs sage.libs.gap r""" Finite complex reflection groups ---------------------------------- diff --git a/src/sage/combinat/root_system/reflection_group_real.py b/src/sage/combinat/root_system/reflection_group_real.py index d4108b62d47..8ae2acee1c8 100644 --- a/src/sage/combinat/root_system/reflection_group_real.py +++ b/src/sage/combinat/root_system/reflection_group_real.py @@ -1,3 +1,4 @@ +# sage.doctest: optional - gap3 r""" Finite real reflection groups ------------------------------- diff --git a/src/sage/combinat/root_system/weyl_group.py b/src/sage/combinat/root_system/weyl_group.py index c18acd76629..58711f85653 100644 --- a/src/sage/combinat/root_system/weyl_group.py +++ b/src/sage/combinat/root_system/weyl_group.py @@ -1,4 +1,4 @@ -# sage.doctest: needs sage.graphs sage.groups sage.modules +# sage.doctest: needs sage.groups sage.modules """ Weyl Groups