Revision b8bbb2e95d1d2e3337846907d2ed91673750d8e1 authored by Collin Capano on 27 January 2020, 15:08:13 UTC, committed by Alex Nitz on 27 January 2020, 15:08:13 UTC
* move lognl, data loading to BaseGaussianNoise class

* update marginalized gaussian noise

* first stab at updating single template and relative binning models

* fix some typos

* add properties to BaseGaussianNoise to access some hidden attributes, and add documentation

* add documentation to base data

* update SingleTemplate

* more documentation

* update relative binning

* fix some typos

* fix code climate issues

* swap import order

* remove _lognl, _loglikelihood from relativespa
1 parent 2630870
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