Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MXBoard Python Package

This directory and nested files contain MXBoard Python package.

Installation

To install MXBoard Python package, visit MXBoard Install Instruction

Running the unit tests

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