Select Git revision
-
Sean Leavey authored
Fixed bug with scale command. Applied a temporary patch to the error printer which breaks when FINESSE reports the message '** Global scale factor applied to ALL outputs' - there's some sort of unicode thing going on
Sean Leavey authoredFixed bug with scale command. Applied a temporary patch to the error printer which breaks when FINESSE reports the message '** Global scale factor applied to ALL outputs' - there's some sort of unicode thing going on
setup.py 409 B
#!/usr/bin/env python
from distutils.core import setup
setup(name='PyFstat',
version='0.2',
author='Gregory Ashton',
author_email='gregory.ashton@ligo.org',
packages=['pyfstat'],
include_package_data=True,
package_data={'pyfstat': ['pyCUDAkernels/cudaTransientFstatExpWindow.cu',
'pyCUDAkernels/cudaTransientFstatRectWindow.cu']},
)