李聪

Results 25 comments of 李聪

eg. https://github.com/numenta/NAB/blob/master/data/artificialWithAnomaly/art_daily_nojump.csv

Maybe another error. I have received the report but wasn't able to replicate the problem and was investigating. More details: 'v1' is prefix for the blueprint. https://github.com/baidu/Curve/blob/master/api/curve/v1/__init__.py#L38

@Clqsin45 你好 这个问题持续未能复现,我们仍在继续跟进

@wonewbird 1. 以后类似问题麻烦单开一个 issue 谢谢 2. flask 框架,nodejs 部分如果不需修改,可以直接使用脚本直接启动

@wonder2025 感谢你的帮助,请问你愿意发起 pull request 来合并修改吗 另,click 版本修改的建议位置:https://github.com/baidu/Curve/blob/master/api/requirements.txt

I'm sorry that I haven't found a graceful solution for the request/click/swagger_py_codegen problem in the past time. I'm going to submit the generated code to the repository later.

Thanks for your compaint, we have recorded and will amend this in days.

The `start_time` should be int according to https://github.com/baidu/Curve/blob/master/api/curve/v1/models/data_abstract.py#L29, Maybe it's helpful to run in debug mode, stop curve(free the port 8080) and debug api/profile.py

The application entry point is `api/uwsgi.py`. This maybe helpful https://github.com/baidu/Curve/blob/master/api/profile.py#L16

@navneeth I'm sorry for this. Curve is designed to be Python 2/3 compatible and developed in Python 2.7.3, Python 2.7.15 and python 3.1.2, but the compatibility testing of latest version...