Revision b9b6fb3ebad09a5946db54abb147b22678e04d30 authored by Gareth S Cabourn Davies on 12 October 2022, 08:35:31 UTC, committed by GitHub on 12 October 2022, 08:35:31 UTC
* Amend cuts module to allow multiple cuts on same parameter, and to check for duplicated cuts

* CC

* incorrect function name attribute for numpy ufuncs

* CC

* add some unit tests for the cuts module

* add a couple of tests on the same parameter/type of cut

* dont redo a conversion

* small fixes
1 parent 1db9ea7
Raw File
MANIFEST.in
include test/*py
include bin/*
include tox.ini
include pytest.ini
include README.md
recursive-include examples *py *sh *xml
recursive-include tools *py
recursive-include pycbc *cpp
include LICENSE
back to top