Revision c2701f733afecc8a39d0dc2ee8e9d3c59f843e42 authored by Collin Capano on 03 February 2020, 10:13:42 UTC, committed by GitHub on 03 February 2020, 10:13:42 UTC
* apply remapped params to prior in plot posterior

* correctly handle missing parameter in python 3
1 parent bc5f42e
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0"]
back to top