-
Notifications
You must be signed in to change notification settings - Fork 317
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 default output file behavior #719
Conversation
f67b6a0
to
f2fd393
Compare
Codecov Report
@@ Coverage Diff @@
## v0.14.0.dev #719 +/- ##
===============================================
- Coverage 66.00% 65.95% -0.05%
===============================================
Files 36 36
Lines 2665 2685 +20
===============================================
+ Hits 1759 1771 +12
- Misses 906 914 +8
Continue to review full report at Codecov.
|
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! 👍🏻
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.
Do you know what the formatting should be for try/except
blocks? For if
statements we have an empty line between the if
and the else
, do we also want to have a new line between the try
and the except
?
f1aac96
to
83a11f9
Compare
* Add default output file behavior * Add unit tests * cr
Implements the default output file behavior specified in #693
Write sampling to a file by default. This file is deleted upon sampling completion. Otherwise, the file remains and an error message is shown to the user.
Resolves #693