Revision 75203fb345617c3adc17725bc7a4e7e3dc41c2d8 authored by Gareth Davies on 02 October 2019, 10:03:25 UTC, committed by GitHub on 02 October 2019, 10:03:25 UTC
* adding HR functionality to add_statmap

* output to foreground/background datasets, some simplification and commenting
1 parent 6e81c78
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