iamlikeme / rainflow

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

Address issue #46 - Repeated bins #49

Closed gsokoll closed 3 years ago

gsokoll commented 3 years ago

Addresses issue with repeated bins for binsize or nbins options due to float precision - issue #46.

gsokoll commented 3 years ago

Alternative implementation to that proposed by CWE0

iamlikeme commented 3 years ago

Hi, @CWE0 is already working on a pull request to fix the same issue. Since he/she reported the issue and also was first to submit a PR I think he/she should have a go at it first.