keflavich / cube-line-extractor

4 stars 1 forks source link

Test noisemap_baseline and noisemapbright_baseline for sensibility (Issue #11) #22

Closed jmangum closed 5 years ago

jmangum commented 5 years ago

Change to resolve Issue #11

jmangum commented 5 years ago

Thanks. So I don't screw it up again how do I point back to master?

keflavich commented 5 years ago
git checkout master
git pull origin master

should work. But note the messages that you get at both steps; if either of them yields an error message, then you did not successfully return to master.

jmangum commented 5 years ago

I think it worked correctly this time:

(base) torgo:mangum_galaxies-master jmangum$ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
(base) torgo:mangum_galaxies-master jmangum$ git pull origin master
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (1/1), done.
From https://github.com/keflavich/mangum_galaxies
 * branch            master     -> FETCH_HEAD
   3d3b6b7..6c894d4  master     -> origin/master
Updating 3d3b6b7..6c894d4
Fast-forward
 CubeLineMoment.py | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
(base) torgo:mangum_galaxies-master jmangum$