Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 678 Bytes

Pints Matrix

Use the matrix tool to run the Pints performance matrix

Getting Started

When cloning, make sure to add the --recusive switch so you clone the Pints submodule, i.e.

$ git clone --recursive https://github.com/pints-team/performance-testing

After cloning, install the requirements. Note that this will try to install the Pints submodule, so if you have already installed Pints on your system you should do this in a separate virtualenv or conda environment.

$ cd performance-testing
$ pip install -r requirements.txt

Running the tests and plotting results

Please see the help for the matrix tool

$ ./matrix -h