Farrell Hung

Results 2 issues of Farrell Hung

I am trying to use the example code for ESP8266 SocketIO Client to connect ESP with a Flask-SocketIO server, but got the following result: with `socketIO.send(sIOtype_CONNECT, "/");` : > 15:31:12.028...

In reports.py, the function metrics have the parameter `periods_per_year=252`. But this parameter is not passed down to CAGR calculation: `metrics["CAGR﹪%"] = _stats.cagr(df, rf, compounded) * pct` in line 839. Thus,...