-
Notifications
You must be signed in to change notification settings - Fork 19
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
Julyexamples2 #145
Julyexamples2 #145
Conversation
I need to track down "posx and posy should be finite values" output in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me for the most part.
Obviously the "posx and posy should be finite values" would be good to sort out. Sounds like you're already looking into that though.
I also noticed the notebook cells haven't been cleared and I think we have them set to execute as we build now, right? Having the notebook outputs in there just bloats the notebooks/repo a bit and makes diffs a good bit harder to read. Just makes me nervous given the number of them we'll be including.
Code now raises a UserWarning that specifies which locations are failing to be transformed, but still automatically drops them. This warning can be suppressed, which is done in this example. |
find_local_extrema()
plot_contour_labels()
plot_extrema_labels()
Related to #126