Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 461 Bytes

Python wrapper around C implementation of EVPI

This is a Python wrapper (using CFFI) around a C implementation of the expected value of perfect information (EVPI).

Installation

Make sure, your working directory is the package root (where the setup.py) is in. You will need a C compiler (like gcc) to build the package from source.

Plain setuptools:

python setup.py install

Or via pip:

pip install .

Tests

pytest