Skip to content

akucukelbir/stanhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stanhelper

Stanhelper is a lightweight wrapper around cmdStan.

Installation

To install from pip, run

pip install stanhelper

Development

To begin:

(venv)$ pip install pip-tools

To keep environment updated:

(venv)$ pip-compile --output-file requirements.txt requirements.in
(venv)$ pip-sync

To install stanhelper in develop mode:

(venv)$ python setup.py develop

Testing

Make sure you compile the Stan files under tests first. Then run

(venv)$ pytest --flake8

About

Python module that helps interface with cmdStan

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors