This directory and nested files contain MXBoard Python package.
To install MXBoard Python package, visit MXBoard Install Instruction
For running unit tests, you will need the nose PyPi package. To install:
pip install --upgrade nose
Once nose
is installed, run the following from MXBoard root directory:
nosetests --verbose tests/python/unittest
nosetests --verbose tests/python/gpu