-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add sensible default values to outfile #68
Conversation
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
==========================================
- Coverage 13.57% 13.53% -0.04%
==========================================
Files 49 49
Lines 9322 9397 +75
==========================================
+ Hits 1265 1272 +7
- Misses 8057 8125 +68
Continue to review full report at Codecov.
|
We are going to have to update the quickstart and the three tutorials as well. |
@barentsen @gully I appreciate any input here. Updating quickstart and tutorials now... |
Looks good! My only (very minor) comment right now is that it would be nice to mention the default output name or suffix in the |
@barentsen regarding the default output file name; how about this:
|
I would perhaps change |
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.
I think this looks good. In the quickstart/tutorials we may want to use --outfile
so that the tutorial can use simple descriptive filenames, but we can merge this now and review the clarity of the tutorials separately.
work in progress to address #64