4Quant / COPD-staging

Package of tools to quantify lung disease (COPD) using any number of popular medical quantifiers (PD15, LAA-x...)
1 stars 0 forks source link

Add back MockCT Images #18

Closed kmader closed 8 years ago

kmader commented 8 years ago

The reason the tests failed before is when you renamed the image files you ended up just deleting them. So can you add them back (you can manually add them from the command line with git add -f

drtjre commented 8 years ago

OK. Have done this, then with R-studio committed/pushed. You should see them again now.

drtjre commented 8 years ago

Just checked and images were not on github:(. I then tried to repeat, this time specifying also the directory name - no luck, but did get this error:

To https://github.com/4Quant/COPD-staging.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/4Quant/COPD-staging.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again.

drtjre commented 8 years ago

will try git pull first ...

kmader commented 8 years ago

Always run git pull to get any changes before you commit changes to avoid issues.

drtjre commented 8 years ago

OK - just did the following which worked.

git pull git add -f mockCTs/*.tif git commit git push

drtjre commented 8 years ago

All online: (https://github.com/4Quant/COPD-staging/tree/master/src/test/resources/mockCTs)