fogpy icon indicating copy to clipboard operation
fogpy copied to clipboard

Why does fogpy sometimes sleep?

Open gerritholl opened this issue 5 years ago • 0 comments

In fogpy.filters, there are two calls to time.sleep:

https://github.com/gerritholl/fogpy/blob/f0129e1d5b89377c2f0bd755e6b257cd774e12c5/fogpy/filters.py#L949-L952

https://github.com/gerritholl/fogpy/blob/f0129e1d5b89377c2f0bd755e6b257cd774e12c5/fogpy/filters.py#L999-L1002

Why?

Incidentally, this code is also a violation of DRY.

gerritholl avatar May 29 '19 13:05 gerritholl