Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cartesian product of modules over different base rings #19375

Open
dkrenn opened this issue Oct 8, 2015 · 0 comments
Open

cartesian product of modules over different base rings #19375

dkrenn opened this issue Oct 8, 2015 · 0 comments

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Oct 8, 2015

We have

sage: E = CombinatorialFreeModule(ZZ, [1,2])
sage: F = CombinatorialFreeModule(QQ, ['a', 'b'])
sage: cartesian_product([E, F])
Traceback (most recent call last):
...
AttributeError: 'CommutativeAdditiveGroups.CartesianProducts_with_c' object has no attribute 'FiniteDimensional'

The error message does not say what is going on.

See also the comments on #18182, comment 20, 1.

CC: @behackl

Component: categories

Issue created by migration from https://trac.sagemath.org/ticket/19375

@dkrenn dkrenn added this to the sage-6.9 milestone Oct 8, 2015
@mkoeppe mkoeppe removed this from the sage-6.9 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants