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
install_pycbc.sh
#!/bin/bash

echo "To install PyCBC, please follow the instructions at:"
echo
echo "   http://ligo-cbc.github.io/pycbc/latest/html/install.html"
echo

exit 0
back to top