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

Fixed Issue UserWarning plot3d #10612 #10811

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanyagithub
Copy link
Contributor

The plot3d was generating a warning and and exception for atan2()
because vectorized_lambdify was not able to translate this function
into numpy

fixes #10612

The plot3d was generating a warning and and exception for atan2()
because vectorized_lambdify was not able to translate this function
into numpy
@debugger22
Copy link
Member

Use whitespace after , and don't use whitespace across *.

Could you please add a test as well for the fix.

@sanyagithub
Copy link
Contributor Author

@debugger22 Yes, I will do that ! Thanks :)

@sanyagithub
Copy link
Contributor Author

@debugger22 Can you guide me with the test case for this pull request ? There is no test_experimental_lambdify , should I create one??

@smichr
Copy link
Member

smichr commented Mar 16, 2016

My preference in hard to test cases is to take your word that something that failed before now works. If there is no objection I will commit this in a day or so.

@asmeurer
Copy link
Member

Can you explain how this fixes the issue?

Also, you can add a test for the plot itself in the plotting tests.

@gxyd gxyd added plotting PR: author's turn The PR has been reviewed and the author needs to submit more changes. labels Oct 14, 2017
@gxyd
Copy link
Contributor

gxyd commented Oct 24, 2017

@sanyagithub can you please address the requested comments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge conflict plotting PR: author's turn The PR has been reviewed and the author needs to submit more changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UserWarning plot3d
5 participants