python - PyMC tests on Ubuntu 12.10 -


i installed pymc on ubuntu 12.10.

python 2.7.3 32-bit.

when try run:

import pymc pymc.test() 

i get:

running unit tests pymc.tests  numpy version 1.7.1  numpy installed in /usr/local/lib/python2.7/dist-packages/numpy  python version 2.7.3 (default, apr 10 2013, 05:13:16) [gcc 4.7.2]  nose version 1.1.2 ----------------------------------------------- ran 0 tests in 0.000s ok 

i have date hdf5 , pytables intalled well.

is there reason why tests not working?

sorry late reply. older versions of nose, tests unable run when inside .egg archive. can try installing them unzipped (-z) or using newer nose.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -