-
Notifications
You must be signed in to change notification settings - Fork 45
Curl #1389
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
Curl #1389
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
- Add test_curl_comprehensive.py with extensive curl test coverage - Update curl.ipynb following divergence notebook pattern - Remove separate test_curl.py and test_gradient.py files - All curl functionality tested and working
- Resolved conflicts in docs/userguide.rst to include both curl and divergence - Kept curl method implementation in uxarray/core/dataarray.py - Now have consolidated test_vector_calculus.py from main with gradient and divergence tests
erogluorhan
left a comment
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.
This looks great; thank you! Only thing I have to say is that can we come up with a simple visualization example for Curl and Divergence, maybe using the gradient data that gradient user guide used before?
How about in this PR make only one notebook |
Yes, that makes sense to me! |
…nsolidated into Vector Calculus)
Closes #935. Closes #1300.