From: Michael Orlitzky Date: Sun, 22 Feb 2026 16:53:08 +0000 (-0500) Subject: mjo/clan/clan.py: fix the scalar field for NormalDecomposition X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=7d5ac458c778dc44c97b5d61acd8ad2e220a932e;p=sage.d.git mjo/clan/clan.py: fix the scalar field for NormalDecomposition --- diff --git a/mjo/clan/clan.py b/mjo/clan/clan.py index 38dd169..0109d93 100644 --- a/mjo/clan/clan.py +++ b/mjo/clan/clan.py @@ -182,7 +182,7 @@ class NormalDecomposition(UnitalClan): super().__init__(vector_space, clan_product, inner_product, - scalar_field=QQ, + scalar_field=scalar_field, category=None, prefix=None, bracket=False)