Hi Vikram On Wed, Dec 26, 2012 at 11:36 AM, Vikram Kamath <vikram.kmth@gmail.com> wrote:
The problem I'm having is - I've installed scikit-image and I've also forked the repo. I've created a branch and I'm tinkering with it. How do I run tests to ensure that the code, after my modification actually works?
First, you need to build the extension modules (type "make" in the repository root). Then, you can add that path to your PYTHONPATH: export PYTHONPATH=$PYTHONPATH:/path/to/skimage Then run "nosetests skimage" or import skimage skimage.test()
Also, is there an IRC channel for scikit-image? . Googling for it doesn't show any relevant results and joining #scikit-image takes me to an empty channel.
Most of our communication takes place through the mailing list, although you may receive general installation help in #scipy on Freenode. Good luck! Stéfan