Revision 81eaf41d566abf95b67d01a8900b2ec271af756c authored by Alex Nitz on 21 January 2021, 10:04:33 UTC, committed by GitHub on 21 January 2021, 10:04:33 UTC
* remove old eff dist function

* fix coinc snrchi to no need eff dist columns

* this is ok for now

* remove more effective distance / old namings

* add hdf support to hdfinjfind

* fix

* fixes

* fix up page_injections

* fix typos

* fixes

* more fixes

* fixes

* fixes

* open in read only mode

* start

* fix to inj2hdf

* select hdf generation

* stuff

* fixes

* fixes

* update

* fix

* fixes

* fix

* test

* fix

* more fixes

* fixes

* one more fix

* cc

* fix typo
1 parent 6230eaa
Raw File
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29",
            "numpy>=1.16.0,!=1.19.0"]
back to top