Revision 9ab35f4c97c22a431dbefd555abfbc024f1f8773 authored by Collin Capano on 29 January 2020, 13:12:34 UTC, committed by GitHub on 29 January 2020, 13:12:34 UTC
* have table summary print maxl and max posterior values

* fix format error in help message

* rename quantiles option to percentiles
1 parent 0d7ba72
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