<div dir="ltr"><div>Hello Ralf,<br></div>Thanks for the help. Now I am able to see the modifications in the interpreter. As I was going through broadcasting and slicing, I was eager to try out different modifications to understand the working.<br><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 21, 2014 at 10:57 PM, Ralf Gommers <span dir="ltr"><<a href="mailto:ralf.gommers@gmail.com" target="_blank">ralf.gommers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><span class=""></span>Almost. test_xxx.py contains tests for all functions in the file xxx.py<br><div class="gmail_quote"><div> <br></div></div></div></div></blockquote><div>Sorry was a bit confused then. Thanks for the correction  :) <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><span class=""></span><div>Note that there is also a variant which does use virtualenvs documented at <a href="https://github.com/scipy/scipy/blob/master/HACKING.rst.txt#faq" target="_blank">https://github.com/scipy/scipy/blob/master/HACKING.rst.txt#faq</a> (under "<i>How do I set up a development version of SciPy in parallel to a released
version that I use to do my job/research?").</i><br> <br></div><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div class="gmail_extra"><span></span><div class="gmail_quote"><div><div>maniteja@ubuntu:~/FOSS/numpy$ echo $PYTHONPATH<br>/home/maniteja/FOSS/numpy/numpy<br></div></div><br></div></div></div></div></blockquote><div><br></div></span><div>Maybe that's one /numpy too many? If it's right, you should have a dir /home/maniteja/FOSS/numpy/<div>numpy/numpy/core.<br><br></div></div><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote"><div><div></div></div></div></div></div></div></blockquote></span></div></div></div></blockquote><div> No I have setup.py in <span class="">home/maniteja/FOSS/numpy/numpy. <br></span></div><div><span class=""> Hence, I have core also as </span><span class="">home/maniteja/FOSS/numpy/numpy/core </span></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote"><div><div>An easy way to check which numpy you're using is "import numpy; print(numpy.__file__)".<br></div></div></div></div></div></div></blockquote></span><span class=""><div><br></div></span></div></div></div></blockquote><div>Thanks, I didn't get the idea then. It now shows <br></div><div>'/home/maniteja/FOSS/numpy/numpy/__init__.pyc'<br> <br></div><div>The documentation tells that the PWD of the setup.py is to be set as PYTHONPATH variable.<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><div></div></span><div>This is fine. You should not develop directly on your own master branch. Rather, keep your master branch in sync with numpy master, and create a new feature branch for every new feature that you want to work on.<span class=""><font color="#888888"><br><br>Ralf<br><br></font></span></div></div></div></div></blockquote><div>Oh thanks, I have only used git for my local repositories or collaboration with peers. So just wanted to clarify before I end up messing anything :), though there I know that there needs to be write access to modify the master branch.<br><br></div><div>Lastly, it would be great if you could suggest whether I should learn Cython or any other codebase to understand the source code and also the timings preferable to work and discuss on the mailing lists as I stay in India ,which is GMT+5:30 timezone. This is my winter holidays. So, I could adjust my timings accordingly as I have no schoolwork :)<br><br></div><div>Thanks, <br></div><div>Maniteja.<br></div><div>_______________________________________________<br></div><div> <br>NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
<br></div></div></div></div></div></div></div>