Closed DillonHammill closed 5 years ago
I'm looking in to it. I'll get a fix up ASAP.
Hi @DillonHammill. I think I figured it out. I quickly decided to take a different approach to 70c0d2349abbc0e0cc6ed1d5a85ddc9c6c969015 and I amended it. But I wasn't quick enough and you probably pulled before I amended it. My apologies and I'll try to never do it again. But I do see your error before the amend and it's gone after. So a hard reset and rebuild should fix it:
git reset --hard origin/trunk
Please let me know if there are still any issues after that.
No Problem. I picked it up while trying to build one of my packages on Travis. I will try the build again now to see if it is working. As for the hard reset I haven't had to do this before. I can just pull down trunk
with force=TRUE
in install_github
? I will try this now...
That should be fine. I also feel I should remind you to preserve your local commits in a branch and stash uncommited changes for your local copy of the repo if you go the hard reset route.
The force=TRUE
approach does not seem to work. For the hard reset I can do this any project? Or must it be in a forked openCyto project? I am still waiting on the Travis build...
Ah. Nevermind. It's because the amended commit has the same SHA. The easiest way is probably to delete the package's installation directory and re-install with install_github
I will give that a try. Looks like the builds are working on Travis now. I must have been unlucky and just pulled it down at the wrong time.
No worries. It's totally my fault. This is exactly why you never amend a public commit.
Thanks @jacobpwagner this is working now.
Hi guys,
For some reason I am unable to add gates to the "root" node following your recent commits @jacobpwagner.
I have tried to use flowClust as well and still no luck:
Are you still able to gate the "root" node?
This will greatly help me in tracking down where the problem may be.
I have tried gating other nodes and this seems to work fine.
This was working fine yesterday prior to new commits.
Thanks for your help! Dillon