Revision f7bf4e454df7055319787981a8eb4d65d768db10 authored by Ian Harry on 06 June 2019, 15:35:12 UTC, committed by Alex Nitz on 06 June 2019, 15:35:12 UTC
* Add multi-threading to correlate function

* Update matchedfilter_cpu.pyx
1 parent d7e40fc
Raw File
.landscape.yml
test-warnings: no
strictness: medium
autodetect: yes
ignore-patterns:
    - examples/*
    - test/*
    - docs/*
    - tools/*
    - build/*
    - dist/*
    - PyCBC.egg-info/*

pylint:
  disable:
  - too-many-arguments
  - too-many-locals
  - too-many-branches
  - too-many-statements

pyflakes:
  disable:
  - F841

mccabe:
  disable:
  - MC0001
back to top