-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improve plotting behaviour and labelling #89
Conversation
- Show all plots after running - Better as `plt.show()` is a blocking function. Many windows, but program not stalling
- move distance matrix plot to logging mode 'debug'
3207758
to
2fab349
Compare
2fab349
to
a9c526b
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
==========================================
- Coverage 94.73% 94.43% -0.30%
==========================================
Files 31 31
Lines 1881 1870 -11
Branches 444 446 +2
==========================================
- Hits 1782 1766 -16
- Misses 0 4 +4
- Partials 99 100 +1 ☔ View full report in Codecov by Sentry. |
b48d886
to
a1fa69a
Compare
Improve plotting behaviour and labelling from #88.