Revision 3c861479b3aa9598a83ae056d36b15531365d45b authored by Tito Dal Canton on 22 May 2017, 20:43:17 UTC, committed by GitHub on 22 May 2017, 20:43:17 UTC
* Trivial fixes

* Missing print() parentheses
* Incompatible but unused import
* xrange -> range

* str/bytes issue in check for nvidia module

* Tuple arg in chisq_cuda

* ConfigParser import and dict concatenation

* Safer call to unit test scripts

* Removed unused imports to make codacy happy
1 parent d70e575
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