Revision 183b70ba69cbb93d8597bbb16552005d02dbbedf authored by Hunter Gabbard on 29 May 2017, 10:57:33 UTC, committed by Alex Nitz on 29 May 2017, 10:57:33 UTC
* 1.) Added Q-tiling mechanism.
2.) Simplified q-transform mechanism and its associated functions.

* 1.) Added Q-tiling mechanism.
2.) Simplified q-transform mechanism and its associated functions.

* 1.) Added Q-tiling mechanism.
2.) Simplified q-transform mechanism and its associated functions.

* Added math import modules

* added numpy imports of ceil, pi, log, and exp. Much faster than math.
1 parent e8f6c6b
Raw File
.landscape.yml
test-warnings: no
strictness: medium
autodetect: yes
ignore-patterns:
    - examples/*
    - test/*
    - docs/*
    - tools/*

pylint:
  disable:
  - too-many-arguments
  - too-many-locals
  - too-many-branches

pyflakes:
  disable:
  - F841

mccabe:
  disable:
  - MC0001
back to top