-
Notifications
You must be signed in to change notification settings - Fork 532
FIX: Create out_reg_file correctly in RobustRegister #2205
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
Conversation
82b13de
to
758251a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2205 +/- ##
==========================================
+ Coverage 72.25% 72.28% +0.02%
==========================================
Files 1177 1175 -2
Lines 58638 58770 +132
Branches 8447 8456 +9
==========================================
+ Hits 42369 42481 +112
- Misses 14902 14930 +28
+ Partials 1367 1359 -8
Continue to review full report at Codecov.
|
f0885d1
to
efaaaa2
Compare
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.
This all looks sensible. Happy to merge when tests pass.
I'll go ahead and merge, then. |
RobustRegister does not correctly return the full path to manually-specified
out_reg_file
names, and, if unspecified, creates them in the original folder.Changes proposed in this pull request
out_reg_file
a normalEither(True, File)
trait, with default valueTrue
out_reg_file
is created in working directory by defaultAlso did some cleanup. See 5be5de9 for significant changes.