iamlikeme / rainflow

Implementation of the rainflow-counting algorythm in Python
MIT License
105 stars 34 forks source link

Yield index and value from rainflow.reversals #37

Closed iamlikeme closed 4 years ago

iamlikeme commented 4 years ago

Function reversals now yields index of the reversal point in addition to value. This is a prerequisite to solving #31.