glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 83 forks source link

OS-independent temp file and other fixes. Permission to make a pull request? #302

Closed notuntoward closed 5 years ago

notuntoward commented 5 years ago

While getting the master branch to run on my system, I made several changes to the code on a new branch. Can I have permission to make a pull request?

jasmainak commented 5 years ago

sure, feel to make a pull request. They are always welcome when they improve the code :)

notuntoward commented 5 years ago

Do you have to give me permissions of some kind? When I run this command:

git push origin dataset_and_ex_fixes:dataset_and_ex_fixes

I get this error messsage:

remote: Permission to glm-tools/pyglmnet.git denied to notuntoward.
fatal: unable to access 'https://github.com/glm-tools/pyglmnet.git/': The requested URL returned error: 403

where dataset_and_ex_fixes is the name of my branch and where https://github.com/glm-tools/ is a URL I can visit with my browser.

jasmainak commented 5 years ago

You cannot push to glm-tools. You should make a fork, push to your fork and make a pull request from that.

notuntoward commented 5 years ago

Thanks, I had confused a fork with a branch. You should see a pull request from me now.

jasmainak commented 5 years ago

closed by #303