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

AdditiveAbelianGroup_class.exponent() returns a Python int for the trivial group #34872

Closed
yyyyx4 opened this issue Dec 21, 2022 · 5 comments
Closed

Comments

@yyyyx4
Copy link
Member

yyyyx4 commented Dec 21, 2022

sage: type(AdditiveAbelianGroup([]).exponent())
<class 'int'>

Component: group theory

Author: Lorenz Panny

Branch/Commit: public/34872 @ 6d6e020

Reviewer: Matthias Koeppe

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

@yyyyx4 yyyyx4 added this to the sage-9.8 milestone Dec 21, 2022
@yyyyx4
Copy link
Member Author

yyyyx4 commented Dec 21, 2022

Branch: public/34872

@yyyyx4
Copy link
Member Author

yyyyx4 commented Dec 21, 2022

Commit: 6d6e020

@yyyyx4
Copy link
Member Author

yyyyx4 commented Dec 21, 2022

Author: Lorenz Panny

@mkoeppe
Copy link
Contributor

mkoeppe commented Dec 30, 2022

Reviewer: Matthias Koeppe

@mkoeppe mkoeppe modified the milestones: sage-9.8, sage-9.9 Feb 11, 2023
vbraun pushed a commit that referenced this issue Feb 12, 2023
…nt for the trivial group

{{{#!sage
sage: type(AdditiveAbelianGroup([]).exponent())
<class 'int'>
}}}

URL: https://trac.sagemath.org/34872
Reported by: lorenz
Ticket author(s): Lorenz Panny
Reviewer(s): Matthias Koeppe
@mkoeppe
Copy link
Contributor

mkoeppe commented Feb 13, 2023

Merged in 10.0.beta0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants