Skip to content
Snippets Groups Projects
Leo Singer's avatar
Leo Pound Singer authored
Fix the following deprecation warning:

    H5pyDeprecationWarning: The default file mode will change to 'r'
    (read-only) in h5py 3.0. To suppress this warning, pass the mode
    you need to h5py.File(), or set the global default
    h5.get_config().default_file_mode, or set the environment
    variable H5PY_DEFAULT_READONLY=1. Available modes are: 'r', 'r+',
    'w', 'w-'/'x', 'a'. See the docs for details.
b7829860
History

Welcome to p-astro, the LIGO-Virgo low-latency estimator of the probability that a candidate event belongs to an astrophysical source category.

More information can be found at the review documentation website: https://git.ligo.org/shasvath.kapadia/Multicomponent_FGMC_Rates-pAstro

A version of this documentation is included as a PDF file in the docs/ subdirectory.

To install p-astro locally:

python setup.py install --prefix=/path/to/install/directory

To test:

python setup.py test

Documentation: https://lscsoft.docs.ligo.org/p-astro/