Commit Graph

49 Commits (5d3b40355df6b8956414409afa565360f7c96cee)

Author SHA1 Message Date
Per A Brodtkorb b46d987366 pep8
Per A Brodtkorb bccec40359 Fixed a bug
Per A Brodtkorb d04cde2171 removed bogus import
Per A Brodtkorb cb6f276588 Replaced method with staticmethod
Per A Brodtkorb c538ae9687 Simplified code
Per A Brodtkorb 13dcc36030 pep8
Per A Brodtkorb d3fd74dead pep8
Per A Brodtkorb 5a7d739721 pep8
Per A Brodtkorb f7754c2402 Moved mctp2rfc and mc2rfc to markov.py, added CycleMatrix to objects.py
Per A Brodtkorb e26325dfc3 Fixed a TypeError: 'numpy.float64' object cannot be interpreted as an index
Per A Brodtkorb b0fde67abc Fixed TypeError: Non-integers used as index values
Per A Brodtkorb 669fadc9a5 fixed a bug in Kernel.name and simplified glevels and made it general.
Per A Brodtkorb 233af37280 Added check for TypeError
Per A Brodtkorb 30bf392f80 Replaced methods with function calls
Per A Brodtkorb b580973e24 Replaced methods with function calls
pbrod 2c90a05f80 Updates
pbrod 3e08ffb25e Updated doctest
pbrod 2b69128bd1 Fixed doctest again
pbrod 8ba9e7e1a2 Merge branch 'master' of https://github.com/wafo-project/pywafo.git
Conflicts:
	wafo/spectrum/core.py
pbrod a7cb4adc2d Fixed failing doctest
Per A Brodtkorb 89b37b64dd Fixed a failing doctest. Reorganized _penalized_nnlf
pbrod 9a87ed63b7 Small updates
pbrod 3df0cf212d pep8 + fixed failing doctest
pbrod afc61e4fc5 updated spectrum.core
pbrod f091a08651 fixed doctest
pbrod 3f187c6a17 Fixed doctests
pbrod 33367e4c71 Updated doctests
pbrod 6f67e46cb6 Updated doctests
pbrod 7b354864c4 updated doctests
pbrod a855fcb0e9 Fixed doctests
pbrod 9a2990e463 Fixed doctests
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.