Revision be8982d089fa9cd6ace7f59c930a54545ef9dfb4 authored by Soumi De on 10 October 2017, 17:04:08 UTC, committed by GitHub on 10 October 2017, 17:04:08 UTC
* Add a chirp dist and mchirp to lum dist function

* Add luminosity dist to chirp dist transform

* Add chirp_distance to location parameters list

* ws

* Tried to make the dquad module easier to read

* Make mchirp an input in forward and reverse transforms for chirp distance transform

* Make ref_mass an attribute of the class

* Make _inputs and _outputs to be class attributes inside __init__

* Fixed docs

* Added blank lines where required

* Added more blank lines where required

* Fix label for chirp distance

* fix doc for dquadmon
1 parent ff7e04a
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