hejun-lyne

Results 4 comments of hejun-lyne

Is this feature in progress?

I have the same problem! Thank you for pointing it out!

感谢答复~ 感觉额外实现监听所有事件去重组内容变化太重了,很容易出错~

In function: `def get_max_drawdown_underwater(underwater):` this line return array index(as int), but not array value: `valley = np.argmin(underwater)` so we need to change return type: `return peak, valley, recovery` to **`return...