You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sagemathgh-39481: Fixed issue in list_plot where it assumed data had been enumerated when it might not have been
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
Fixessagemath#29960. Fixes issue where data was assumed to be enumerated but
there are cases where it may not be. If the data was a list of complex
numbers it was previously assumed that the data at the very end was
guaranteed to be enumerated as it would enumerate the data in a previous
catch block. However if the first element of the list is not a real
number the list is not enumerated as the catch block fails before it
enumerates anything. This was allowing weird errors as seen in the
original bug fix request.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [X] The title is concise and informative.
- [X] The description explains in detail what this PR is about.
- [X] I have linked a relevant issue or discussion.
- [X] I have created tests covering the changes.
- [X] I have updated the documentation and checked the documentation
preview.
### ⌛ Dependencies
URL: sagemath#39481
Reported by: Noel-Roemmele
Reviewer(s):
0 commit comments