Revision 1cfbf4d5237a9d48a23022d85df46fdd3850ea7d authored by Christopher M. Biwer on 19 May 2017, 12:27:36 UTC, committed by Collin Capano on 19 May 2017, 12:27:36 UTC
* PEP8

* PEP8.

* PEP8.

* Allow use of --samples-file.

* Allow user to pick iteration from --samples-file.

* Add more to --help.

* Raise error.

* Read and write random state to InferenceFile.

* Save sampler state data.

* Function for loading sampler state.

* Add docstring.

* Add docstring.

* Add errors.

* Remove --sample-file-iteration.
1 parent 1456b9e
Raw File
requirements.txt
# requirements for most basic library use
Mako>=1.0.1
argparse>=1.3.0
decorator>=3.4.2
scipy>=0.13.0
unittest2
matplotlib>=1.3.1
numpy>=1.6.4
pillow
h5py>=2.5
jinja2
mpld3>=0.3
pyRXP>=2.1.0
pycbc-glue-obsolete==1.1.0
weave

# Needed for Parameter Estimation Tasks
kombine==0.8.1
emcee>=2.2.0
corner>=2.0.1

# For LDG service access
http://download.pegasus.isi.edu/pegasus/4.7.3/pegasus-python-source-4.7.3.tar.gz
git+https://github.com/ligovirgo/dqsegdb@clean_pip_install_1_4_1#egg=dqsegdb

# For building documentation
Sphinx>=1.5.0
sphinx-rtd-theme
git+https://github.com/ligo-cbc/sphinxcontrib-programoutput.git#egg=sphinxcontrib-programoutput

pycbc
back to top