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

repr of max_symbolic and min_symbolic when passed a list argument #26650

Open
embray opened this issue Nov 6, 2018 · 2 comments
Open

repr of max_symbolic and min_symbolic when passed a list argument #26650

embray opened this issue Nov 6, 2018 · 2 comments

Comments

@embray
Copy link
Contributor

embray commented Nov 6, 2018

I noticed in testing #24758 a minor issue when displaying symbolic min/max objects with hold=True that the repr is useless given a list argument:

sage: max_symbolic([1, 2], hold=True)
max(<listiterator object at 0x7fb40a873d50>)

This is a problem on both Python 2 and 3--it might be a regression too but I'm not sure.

Component: symbolics

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

@embray embray added this to the sage-8.5 milestone Nov 6, 2018
@embray
Copy link
Contributor Author

embray commented Dec 28, 2018

comment:1

Retargeting some of my tickets (somewhat optimistically for now).

@embray embray modified the milestones: sage-8.5, sage-8.7 Dec 28, 2018
@embray
Copy link
Contributor Author

embray commented Mar 25, 2019

comment:2

Removing most of the rest of my open tickets out of the 8.7 milestone, which should be closed.

@embray embray removed this from the sage-8.7 milestone Mar 25, 2019
@embray embray added the pending label Mar 25, 2019
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

1 participant