Revision c8d47ea718755b68fc5cad339a118734810f0554 authored by Collin Capano on 22 June 2020, 17:31:22 UTC, committed by GitHub on 22 June 2020, 17:31:22 UTC
* add generic spherical <-> cartesian transforms; deprecation warnings for spin12 transforms

* fix typo, use sphericaltocartesian in common cbc transforms

* fix typos, register transform

* update example ini file

* initialize cartesian to spherical with right arguments in test

* fix bug in inverse transform

* pep8
1 parent fdaaf42
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