56 Commits (b0fde67abc105940d6e4457d545478b53a3a4107)

Author SHA1 Message Date
Per A Brodtkorb bb3848e31a Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index') 8 years ago
Per A Brodtkorb 2c65591226 Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index',)" exception error in findcross. 8 years ago
Per A Brodtkorb eae62be957 Replace definition of test_docstrings with an import from wafo.testing. 8 years ago
Per A Brodtkorb a1dbe3bbfb Fixed failing test. 8 years ago
Per A Brodtkorb 23ee2d444f Fixed a bug in detrendma and mctp2tc 8 years ago
Per A Brodtkorb 83453ca0d2 Simplified out of bound check in mctp2tc 8 years ago
Per A Brodtkorb 59df510f0a Reduced cyclomatic complexity in mctp2tc 8 years ago
Per A Brodtkorb 838675a55b pep8 8 years ago
Per A Brodtkorb 9d37eb4f67 updated doctests + fitting 8 years ago
Per A Brodtkorb f69683428a pep8 + added option for plotting confidence interval in plotesf 8 years ago
Per A Brodtkorb deef6c4994 Added doctest to check_random_state and added ci_quantile and ci_sf to FitDistribution 8 years ago
Per A Brodtkorb e6ad37f3cf Try to fix numba_misc.py 8 years ago
Per A Brodtkorb 094c73f2f8 Added numba_misc.py 8 years ago
Per A Brodtkorb 15a0887772 Replace dict.keys() with list(dict) in order to make it python 3 compatible. 8 years ago
Per A Brodtkorb e287f3b5d5 Simplified getshipchar 8 years ago
Per A Brodtkorb f04fb14dc6 Simplified code. 8 years ago
pbrod 31b61e2117 pep8 9 years ago
pbrod e17d08fa61 Fixed a bug and added more tests 9 years ago
Per A Brodtkorb eca5368f75 Updated stats 9 years ago
pbrod 8337b60531 Fixed a bug in histogram 9 years ago
pbrod 939f2c7252 updated doctests 9 years ago
pbrod 58a3b9793f Updated doctests 9 years ago
pbrod 9addf9f855 Fixed cmat2nt for kind=1 9 years ago
pbrod 790e21f1f4 Added more doctests 9 years ago
pbrod c7ec169ada Fixed doctest 9 years ago
pbrod 57d6f2ca8c Fixeing doctests 9 years ago
pbrod e09659cdcb Added doctests to stirlerr 9 years ago
pbrod cce6c435a8 Fixed some python 3 issues 9 years ago
Per A Brodtkorb 790c32757b Added doctests.... 9 years ago
Per A Brodtkorb a8d66ebeea Added test to lazywhere + pep8 on polynomial 9 years ago
pbrod 46d18708e4 Fixed doctests 9 years ago
pbrod 2e1ace8a5f Fixed doctests 9 years ago
pbrod 7f388a43fc added nt2cmat and cmat2nt 9 years ago
pbrod afc61e4fc5 updated spectrum.core 9 years ago
pbrod 3bff71dfdd updated doctests 9 years ago
pbrod 9a2990e463 Fixed doctests 9 years ago
Per A Brodtkorb e5a325d024 Merge branch 'master' of https://github.com/wafo-project/pywafo
# Conflicts:
#	wafo/misc.py
9 years ago
Per A Brodtkorb af1a9ac832 small updates 9 years ago
pbrod f8edea49d5 Fixed failing test for piecewise 9 years ago
pbrod 9d5c4adb64 Small fix 9 years ago
pbrod c4e5bfd66a Deleted namedtuple, fixed bug in piecewise 9 years ago
Per A Brodtkorb d0867b5c72 Removed duplicated dea3 from integrate and misc.py import from numdifftools.extrapolate.dea3 instead
pepified
9 years ago
Per A Brodtkorb 990e2a5151 Simplified common_shape 9 years ago
Per A Brodtkorb 67eb1e6a02 refactored findrfc 9 years ago
Per A Brodtkorb 884a5588ba Deleted misc.hypgf function
refactored:
 misc.findoutliers
objects.TimeSeries.wave_periods
9 years ago
Per A Brodtkorb 8b4e4dae57 Made code python 3 compatible:
Replaced round with numpy.round
replaced map with list-comprehension
9 years ago
Per A Brodtkorb cef998d962 made code python 3 compatible:
Replaced xrange with range
Replaced map with list comprehension
9 years ago
Per A Brodtkorb c585c8087a added from __future__ import absolute_import
Deleted wafodata.py
9 years ago
Per A Brodtkorb b57307ab7c Made print statements python 3 compatible 9 years ago
Per A Brodtkorb b652ef7ae7 Updated tox.ini 9 years ago