Commit Graph

459 Commits (8eaf4c4716fa9f9e82f8d59251744dbff36f0493)
 

Author SHA1 Message Date
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
Per A. Brodtkorb a63e7aeded Merge pull request from hypergravity/master
turn nd into int
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 b43b6dd445 Updated linkts again
pbrod 6626d3b6c8 Updated links
pbrod b3ec862cbf Added rainflow_example.py
pbrod 10f942aea7 Added Getting started section to readme.
pbrod 2c90a05f80 Updates
Per A Brodtkorb eca5368f75 Updated stats
pbrod 8337b60531 Fixed a bug in histogram
pbrod c8a62ddbf0 Small fix
pbrod 9c0e598240 updated link functions.
pbrod 3e08ffb25e Updated doctest
pbrod 2b69128bd1 Fixed doctest again