-
Notifications
You must be signed in to change notification settings - Fork 25
Update the split_features.py script to include an optional output directory #58
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
|
This should address #56. |
TestingI tested this with It seems to work as expected, splitting individual features into the specified directory instead of one based on the |
|
@pwolfram, does this modification have the behavior you wanted? If not, we should discuss further. |
|
Don't merge this until #52 because this branches off of that branch. |
|
Rebased, tested, and merged: thanks @xylar! |
|
@xylar, the PR didn't automatically close because I did the rebase locally and I rebased, not you. It looks like it won't automatically close this because of the rebase: http://stackoverflow.com/questions/27740369/pull-requests-merged-manually-after-a-rebase-dont-show-as-merged-on-github. I think if you force push this branch https://github.com/pwolfram/geometric_features/tree/update_split_features_rebase onto your branch it will fix the problem and this should automatically close. Sorry about inconvenience. |
|
@pwolfram, no worries. I think it's best to let me do the rebasing (if necessary) for cases like this to prevent this problem. I'll try the force commit you suggest. |
4147142 to
430f826
Compare
|
Yep, that worked. |
|
Also, one small note. Satisfying PR's this way makes it look like they aren't merged, though it does close them. So, from now on, looking at this PR, it looks like it was closed without it being merged. Not a huge deal, but it can be kind of confusing if you come back here to see if it was merged or not. |
|
Agreed @douglasjacobsen. I won't rebase anyone's code in the future. I was just trying to save @xylar some time by doing the rebase myself. We could try the reopen and force-push to see if this fixes this issue but I agree, it isn't a big deal. |
|
I agree, not preferable. So hopefully lesson learned. |
|
@pwolfram, I don't think there's really a way to fix this. I did force push and it thinks the PR is closed rather than merged. |
|
The lesson has been learned. I will not rebase others' code prior to a merge. Apologies @douglasjacobsen and @xylar for this snafu. |
This merge adds an optional flag for supplying an output directory
to split_features.py instead of writing to a directory with the
component name. This can be helpful for debugging individual
features during manipulation.