Conversation
f8ba123 to
be98256
Compare
ba87fdc to
d675f7f
Compare
bf6d884 to
e6f7574
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4105 +/- ##
==========================================
+ Coverage 48.01% 49.19% +1.17%
==========================================
Files 143 146 +3
Lines 30164 29707 -457
==========================================
+ Hits 14482 14613 +131
+ Misses 15682 15094 -588 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
53bf7c4 to
ddbf2c1
Compare
chris-ashe
left a comment
There was a problem hiding this comment.
Just a few requests.
- Can we add
-has a shortcut for--helpas this was a legacy option? - In some of the plotting options you have to specify
-fbefore the MFILE's while in some the value is positional. - In the Sankey plot section there is no option to plot the interactive
plotlyoption. Only the old Matplotlib one is there.
|
Yeah I can do that
the costs ones are positional (I think thats the only case where its an arg) because you can specify lots of files
|
timothy-nunn
left a comment
There was a problem hiding this comment.
Half way through my review and only comments so far are around filenames. Will post them now so they don't get lost over Easter.
There was a problem hiding this comment.
These all seem to be CLI tools, so maybe a more specific filename would be appropriate
There was a problem hiding this comment.
Since this is now called from the command line as summary, would it make sense to call this plot_summary?
Description
Rewrites the CLI to use click and orchestrates all cli modules under the process cli function
Checklist
I confirm that I have completed the following checks: