-
Notifications
You must be signed in to change notification settings - Fork 17
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
remove nogus array flip in 2D adv-diff example + code cleanup #468
Conversation
I am not sure if this is a debug leftover; when plotting images pixel 0,0 is in the top left in matplotlib, but in most visualizations, it is in the bottom left, so I guess this flip is necessary |
Maybe something changed because I run this notebook yesterday and saved animation was flipped (compared to initial and final plots). Could you check it? |
Note: Also, it would be best to use the |
@AgnieszkaZaba, @pawelmagnu, ping :) let's sort this one out! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #468 +/- ##
=======================================
Coverage 92.02% 92.02%
=======================================
Files 30 30
Lines 1468 1468
=======================================
Hits 1351 1351
Misses 117 117 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
I think we still need to remove the flipud statement |
Ok, we can remove flipud. But then if we set 'origin' to 'lower', we have to do the same for previous plots. |
Now it using plot function (as @slayoo suggested). |
No description provided.