Commit Graph

18 Commits (c78cf86ae4ee080f8565aea1c11b62277238f727)

Author SHA1 Message Date
pbrod 30dfdfb497 pep8
pbrod 6868165940 Reduced cyclomatic complexity
Per A Brodtkorb d0867b5c72 Removed duplicated dea3 from integrate and misc.py import from numdifftools.extrapolate.dea3 instead
pepified
Per A Brodtkorb 9522c6c24f Cleanup of code
Per A Brodtkorb e545a2f025 MAde sure arrays used as indices is of integer type
Per A Brodtkorb 891510e42f Made tests more robust
Per A Brodtkorb 8b4e4dae57 Made code python 3 compatible:
Replaced round with numpy.round
replaced map with list-comprehension
Per A Brodtkorb dc30945300 Added from __future__ absolute_import
Deleted obsolete magic.py
Per A Brodtkorb cd7b75b184 Added absolute_import
pep c_functions.c
Per A Brodtkorb 0fd326937f Made tests more robust + pep8 on core.py
Per A Brodtkorb 2c77550e6f removed test_numpy_utils.py + pepified test_trdata + disabled plot in test_specdata1d.py
pbrod 4b95613cfb Renamed test folders to "tests"
pbrod 139cc27730 Fixed failing tests.
pbrod eaee296268 added __init__.py
pbrod 5f63fd7d0e added conftest.py
davidovitch d0b4af3bdc move directory structure up, change root to: pywafo/src/* > wafo/*
Per.Andreas.Brodtkorb d7a654d89b Reorganiced pywafo
daviddrazen 6f5bcd9eed Initial import of original WAFO code.