spectralpython / spectral

Python module for hyperspectral image processing
MIT License
573 stars 139 forks source link

how to access develop branch? #167

Open YannChemin opened 3 weeks ago

YannChemin commented 3 weeks ago

Hi, I want to check the PR160, as the master branch does not have the unit tests of ReLab in it.

git clone ...

git checkout develop error: pathspec 'develop' did not match any file(s) known to git

git branch

tboggs commented 3 weeks ago

I'm not clear what is being requested here. A PR should only be issued against the develop branch. develop will be merged into master when an updated version is released. So if all the updates are in develop, there is nothing else you need to do.

tboggs commented 3 weeks ago

If you aren't able to checkout the develop branch, I'd need to see the details of your clone command. develop certainly exists in the GitHub repo. Are you sure you are in the right directory?