Open TomKealy opened 7 years ago
Thanks.
I've put it in my own branch on my machine - but when I try to make a PR I get told that I'm not authenticated to do that.
Can you make sure you've forked the repository (top right corner), and that your remotes are set correctly?
# In your local copy of `dask-glm`
git remote rename origin upstream # this may be different, depending on how you cloned
git remote add origin https://github.com/TomKealy/dask-glm.git
@TomKealy any success trying to fork this repository on github? Please let us know if you would appreciate additional help here.
Hello!
I've made some changes to the ENet prox operator documentation, and I'd like to submit a pull request and have it looked at.
I've put it in my own branch on my machine - but when I try to make a PR I get told that I'm not authenticated to do that.
More generally, I've got time until the new year to write some more documentation or I could re implement some of my PhD work on fully distributed ADMM (but I'd need help!).
Tom