-
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
feat(fixes): shebangs and cmd-line standards #120
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
===========================================
+ Coverage 54.78% 70.09% +15.31%
===========================================
Files 9 12 +3
Lines 1150 1117 -33
Branches 167 146 -21
===========================================
+ Hits 630 783 +153
+ Misses 493 317 -176
+ Partials 27 17 -10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Thanks @ocehugo . I had thought of making similar changes. We don't use the command-line interface in prod (we just import the modules and call from Python), so this is only relevant to anyone else who might want to run the code elsewhere.
I've made a few other suggestions to apply (to all 5 scripts) while you're at it.
There's also hourly_timeseries.py
, which you missed.
Note that this changes many of the command-line arguments
This brings the interface more in line with standard command-line tools (on Linux). |
@alexgleith Why did you close this? |
I closed it because it hadn't been touched for over a year. Sorry :-) |
Just small annoying bits - missing shebangs and non-standard cmd line arguments lines.
@mhidas, worth checking if this is safe since I didn't check how you handle the calls to these tools .