Commit Graph

242 Commits (b01d58e9876f0de8ff7c75a6ed2be5cd4547b3aa)

Author SHA1 Message Date
Per A Brodtkorb 97944d0527 Reduced the cyclomatic complexity. Added more doctests
Per A Brodtkorb 23e3c5f29b Refactrored poly2str and poly2hstr
Per A Brodtkorb dfae5bf3d7 Avoid `None` as a redundant second argument to `dict.get()
Per A Brodtkorb 601b282ca0 Updated doctests
Per A Brodtkorb 838675a55b pep8
Per A Brodtkorb 9d37eb4f67 updated doctests + fitting
Per A Brodtkorb f69683428a pep8 + added option for plotting confidence interval in plotesf
Per A Brodtkorb deef6c4994 Added doctest to check_random_state and added ci_quantile and ci_sf to FitDistribution
Per A Brodtkorb e6ad37f3cf Try to fix numba_misc.py
Per A Brodtkorb 094c73f2f8 Added numba_misc.py
Per A Brodtkorb 15a0887772 Replace dict.keys() with list(dict) in order to make it python 3 compatible.
Per A Brodtkorb 3a2aad25f1 Removed plotting
Per A Brodtkorb 8eaf4c4716 Updated failing test.
Per A Brodtkorb 5da3701f5e Fixed a bug in TransformEstimator
Per A Brodtkorb 3961bedcbb Updated test_integrate_oscillating.py
Per A Brodtkorb 233af37280 Added check for TypeError
Bo Zhang @NAOC 61db4bec26 turn nd into int
nd will be passed to zeros(), which only accepts int
Per A Brodtkorb 30bf392f80 Replaced methods with function calls
Per A Brodtkorb b580973e24 Replaced methods with function calls
Per A Brodtkorb 5b377c83cf Replaced method with a function call
Per A Brodtkorb 435a6e99a2 Replaced method with a static function
Per A Brodtkorb e3aa08a140 Fixed failed test
Per A Brodtkorb b0d9157308 Removed duplicated code
Per A Brodtkorb 931dfd280b Removed unused variables
Per A Brodtkorb 082835478e Removed duplicated code
Per A Brodtkorb 311437f05c Replaced methods with functions.
Per A Brodtkorb e287f3b5d5 Simplified getshipchar
Per A Brodtkorb 2eac870eeb Updated doctest + codestyle
Per A Brodtkorb d5f440f5bf Misc bug-fixes
Per A Brodtkorb 5d26fa9b21 Added test_containers.py + fixed some codestyle issues
Per A Brodtkorb ccbc64a558 Replaced call to PiecewisePolynomial with BPoly
Per A Brodtkorb 876c869551 Refactored to decrease cyclomatic complexity
Per A Brodtkorb f04fb14dc6 Simplified code.
Per A Brodtkorb 29e1aed0ca pep8
Per A Brodtkorb a122fc5c56 fixed failing doctest
Per A Brodtkorb 96828915c8 Fixed bugs in unittests
Per A Brodtkorb 0a96a74e73 Fixed a bug in doctest
Per A Brodtkorb bd4265bc18 Added tutorial_init.py and moved rainflow_example to tutorial scripts
Per A Brodtkorb 796a5e6d8b Updated docs in header
Per A Brodtkorb 4f90672e6a Small fixes
Per A Brodtkorb 1e285749b7 Removed unused code. Refactored some code
Per A Brodtkorb f112d95b97 Simplified bandwith and dof calculation
pbrod 31b61e2117 pep8
pbrod e17d08fa61 Fixed a bug and added more tests
pbrod d6a5d0e807 replace `not ... is` with `is not` + renamed misspelled test
pbrod 29ab5007a7 Fixed a bug on comput_cov
pbrod 436a9f9ba9 pep8
pbrod 00f3ce12d8 pep8
pbrod e7d541400e Fixed a bug in ProfileQuantile and ProfileProbability
pbrod b0ef188cf3 Try to silence optimizer.
pbrod b3ec862cbf Added rainflow_example.py
pbrod 2c90a05f80 Updates
Per A Brodtkorb eca5368f75 Updated stats
pbrod 8337b60531 Fixed a bug in histogram
pbrod 9c0e598240 updated link functions.
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 55d0930a4e Small update
pbrod a7cb4adc2d Fixed failing doctest
Per A Brodtkorb 89b37b64dd Fixed a failing doctest. Reorganized _penalized_nnlf
pbrod b88a141d54 Added link functions to genextreme, exponweib
pbrod cced4aeb0b Merge branch 'master' of https://github.com/wafo-project/pywafo.git
Per A Brodtkorb f8d1afb93b Moved all links to estimation.py
pbrod 9a87ed63b7 Small updates
Per A Brodtkorb 59186edfd6 Improved accuracy and avoids some runtime warnings.
Per A Brodtkorb 0750bdd94b Removed runtime warnings
Per A Brodtkorb aeed49139b Upated wafo.stats
pbrod 939f2c7252 updated doctests
pbrod 58a3b9793f Updated doctests
pbrod 9addf9f855 Fixed cmat2nt for kind=1
pbrod 790e21f1f4 Added more doctests
pbrod c7ec169ada Fixed doctest
pbrod 57d6f2ca8c Fixeing doctests
pbrod e09659cdcb Added doctests to stirlerr
pbrod cce6c435a8 Fixed some python 3 issues
Per A Brodtkorb 790c32757b Added doctests....
Per A Brodtkorb a8d66ebeea Added test to lazywhere + pep8 on polynomial
pbrod 46d18708e4 Fixed doctests
pbrod 2e1ace8a5f Fixed doctests
pbrod 7f388a43fc added nt2cmat and cmat2nt
pbrod 3df0cf212d pep8 + fixed failing doctest
pbrod afc61e4fc5 updated spectrum.core
pbrod f091a08651 fixed doctest
pbrod 3f187c6a17 Fixed doctests
pbrod 0d7ef88fae Small update
pbrod 0332c44562 updated .travis.yml
pbrod b9fd1d2c40 updated doctest
pbrod 29dd646091 updated doctests
pbrod 3bff71dfdd updated doctests
pbrod 33367e4c71 Updated doctests
pbrod 6f67e46cb6 Updated doctests
pbrod 7b354864c4 updated doctests
pbrod b7ce91334e Small updates
pbrod 9964d2437b added import of pil in .travis, removed plots
pbrod a855fcb0e9 Fixed doctests
pbrod 9a2990e463 Fixed doctests
pbrod 6962f3a52f Fixed a bug in kdetools
pbrod 030a8d0a79 Added MSO.py and MSPPT.py to collect_ignore
pbrod ead204e4fd Fixed some tests