Revision 6134ea8fc6ae1eb571dc53df16e119a464757c4e authored by Alex Nitz on 13 April 2021, 14:19:35 UTC, committed by GitHub on 13 April 2021, 14:19:35 UTC
* force fork on macosx

* test pol marg models in unittest

* set cores

* does this work?

* min
1 parent eb4c6f1
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