Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing in a Conda development environment #80

Closed
oyamad opened this issue Sep 10, 2014 · 2 comments
Closed

Testing in a Conda development environment #80

oyamad opened this issue Sep 10, 2014 · 2 comments

Comments

@oyamad
Copy link
Member

oyamad commented Sep 10, 2014

There are some issues on testing by following the Wiki page Creating a Conda development environment.
I may be missing some important points, but let me report them anyway.

  1. Should Step 4 come before Step 3?

  2. In order to execute unit testing, I had to do conda install also for

    • pytables
    • numba
    • statsmodels

    It would be helpful if this is mentioned in the Wiki page.

    (Actually, I first tried to do testing by using virtualenv on the machine with python installed via a distribution different from anaconda, but it was quite messy to install some numba related stuff, and I gave up this time.)

  3. I first installed quantecon into the site-packages directory (without using -e in pip install /PATH/TO/LOCAL/CLONE/quant-econ), but the file "matlab_quad.mat" in tests/data was not installed. Is it as supposed?

@davidrpugh
Copy link
Contributor

@oyamad

Thanks for feedback. I was the original author of the conda environment script. You are definitely correct that the extra dependencies need to be added to the wiki page as they are required in order to run the tests.

I will have a look at your other comments and get back to you.

@jstac
Copy link
Contributor

jstac commented Sep 14, 2014

@oyamad

Thanks for this. I've simplified the instructions and rearranged them according to the points you raised.

https://github.com/jstac/quant-econ/wiki/Creating-a-Conda-development-environment

I've kept the discussion minimal since pages like this have to be maintained and the information is easy to google for.

@jstac jstac closed this as completed Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants