Closed wwood closed 8 years ago
Hey I fixed that bug I was talking about now, would you mind reviewing please? Thanks.
Hey, did you commit the bugfix?
yes, with git commit --amend, git push -f, there's no extra commit
Okay, I see
Joel
On 18 May 2016 at 11:35, Ben J Woodcroft notifications@github.com wrote:
yes, with git commit --amend, git push -f, there's no extra commit
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/geronimp/graftM/pull/206#issuecomment-219902178
shall I merge?
Hey,
Now passing all the rerooting tests and all other nosetests too.
This should be backwards-compatible because
Reannotator._reroot_tree_by_old_root
has the same interface.It actually makes more sense not to do things the 'pull request way' because the two commits do individual things - perhaps makes more sense to go through the commits separately and annotate anything you find in the commits themselves: e.g. write comments on these pages: https://github.com/geronimp/graftM/commit/23c9afbd9d6348b1e912ce0ed37f1b9366afb7ef https://github.com/geronimp/graftM/commit/636252d8b81ca41171f3bbc9406b60c703448566
because then you can see exactly what changed in the 2nd commit rather than seeing the move+change at the same time which is what you see if you just look at the '5 changed files'.
thanks for the review.