pyimreg / python-register

Linear and non-linear image registration methods, using scipy and numpy.
Other
62 stars 34 forks source link

Negative parameter initialization. #11

Closed riaanvddool closed 13 years ago

riaanvddool commented 13 years ago

I am still trying to figure out how best to submit changes given that i dont have write access to the repo

R.

stefanv commented 13 years ago

Usually, you would create a branch in your repository, make the changes, and then file a pull request, at which time the main repository owner would merge your changes. But seems your write access is working now!

riaanvddool commented 13 years ago

From http://help.github.com/send-pull-requests/:

"The Shared Repository Model is more prevalent with small teams and organizations collaborating on private projects. Everyone is granted push access to a single shared repository and topic branches are used to isolate changes."

I think the project is probably small enough to follow this model.

stefanv commented 13 years ago

It varies a lot from project to project; in some sense, a small project is even easier to run in a distributed fashion. But in our case it really doesn't matter all that much!

nfaggian commented 13 years ago

Happy for us to use feature branches on a shared repository and just be sensible with commits - if we get decent tests we should run them all before each commit.