-
Notifications
You must be signed in to change notification settings - Fork 80
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
update mm-sink tutorial and plot #572
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB michalk8 commented on 2024-08-19T10:41:15Z Line #1. def plot_clouds( With a bit of refactoring, I think we should be able to do plott = plot.PlotMM(fig=fig, cmap=cmap) _ = plott(out) And then we could remove the helper plotting function above. zoepiran commented on 2024-08-19T14:29:06Z genious |
View / edit / reply to this conversation on ReviewNB michalk8 commented on 2024-08-19T10:41:15Z Both are determisnistic, afaik.
zoepiran commented on 2024-08-19T14:29:19Z horrible phrasing |
…ature/mmsink_plot update experimental
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
==========================================
- Coverage 88.38% 87.76% -0.62%
==========================================
Files 72 72
Lines 7724 7791 +67
Branches 1109 1124 +15
==========================================
+ Hits 6827 6838 +11
- Misses 746 802 +56
Partials 151 151
|
genious View entire conversation on ReviewNB |
horrible phrasing View entire conversation on ReviewNB |
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.
LGTM, will wait until the CI passes and then merge! Thanks @zoepiran !
Updates MM-OT tutorial visualization and adds MM-OT plotting utils.
Updates in files:
docs/references.bib:
add citationlin:22
docs/tutorials/linear/600_mmsink.ipynb
: update visuals and add comparison to MM (det. solution)src/ott/tools/plot.py
: add classPlotMM