Revision ba0dc5ddaad56dea2d6207a14b2087832e8d2211 authored by Collin Capano on 16 September 2017, 22:10:52 UTC, committed by Soumi De on 16 September 2017, 22:10:52 UTC
* first pass at adding CustomTransform class

* add functions

* add from config, remove inverse for now

* add waveform transforms to likelihood

* add waveform transforms to pycbc_inference

* fix bugs

* fix more bugs

* fix doc
1 parent 5c16927
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

pyflakes:
  disable:
  - F841

mccabe:
  disable:
  - MC0001
back to top