-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Clarify some comments concerning the matplotlib Delaunay code in list_plot3d.py #13167
Comments
Attachment: 13167_comment.patch.gz |
comment:2
Looks fine on the face of it. Applies fine, tests fine, code is the same after all. Is it really the mpl code, then, not scipy? Hang on, I just haven't looked at the whole file yet... |
Reviewer: Karl-Dieter Crisman |
comment:3
Ok, that's right. Good catch. |
comment:4
Replying to @kcrisman:
Yes. It is mpl code that is the problem here. Quoting from mpl docs, '' So, essentially the delaunay code is not considered very robust. Now, I had a look at the |
comment:5
That would be a different ticket anyway. |
Merged: sage-5.2.beta0 |
comment:7
Apparently this has been fixed upstream. ppurka, what do you think - would that take care of it, or are there other potential issues? |
comment:8
Replying to @kcrisman:
I can't remember the context for this trac ticket. Are you suggesting that we remove the code in Sage which checks for duplicate points? |
comment:9
I was saying that maybe we don't need to add noise any more. But upon further review, the commit in question was about duplicate points, not points in the same subspace, so we probably still need the randomization for now. I don't know if we have code checking for duplicates. |
comment:10
Right. I think adding random noise is still needed. As I see it now, there are no changes necessary to the existing code. |
While reading some source code to debug #12798, I found some badly worded/formatted comments.
Component: documentation
Author: Jeroen Demeyer
Reviewer: Karl-Dieter Crisman
Merged: sage-5.2.beta0
Issue created by migration from https://trac.sagemath.org/ticket/13167
The text was updated successfully, but these errors were encountered: