JPZ4-5

Results 9 issues of JPZ4-5

FinRL_China_A_Share_Market.py worked perfectly when trying ticket_list = CSI_300_TICKER. However, when I was trying to use all shares in China Main Board,the number of row of the dataframe decreased after "ts_processor.add_technical_indicator(config.INDICATORS)"....

bug

### wordcloud 版本 0.7.1 ### chatrecorder 版本 0.6.0 ### saa 版本 0.6.1 ### alconna 版本 0.42.5 ### 描述问题 直接使用nb install下载此插件,并在运行后报TypeError: Connection.create_function() got an unexpected keyword argument 'deterministic'的错误。在尝试屏蔽掉所有其他插件,仅启用此插件时,无法正常初始化bot。 由于不清楚是否因DRIVER产生的问题,已经尝试过更换不同DRIVER组合,首页上的以及fastapi+aiohttp,报错trace不一样,但最终都是此TypeError的错误。 已经尝试过uninstall此插件再重装,未能解决。 是否还需要更多其他版本信息确定问题?...

bug

非常好项目! 但目前好像只能通过在.yml内全局设置使用的chat模型。如果全用gpt4在水群场景下有点太过浪费,但在需要正经回答的场景下,用gpt4更有优势。 能否通过不同人格下,设置不同默认gpt model,来完成可以切换使用gpt3.5和4的功能呀?

### What is the issue? In both direct connection, the latency of IPv6 is greater than that of IPv4. When connection established, once "tailscale stauts" displayed "direct [IPv6]:41641". "Tailscale ping"...

connectivity
OS-windows
T5 Usability
bug

Platform: CentOS 7 Python: 3.10.14 CUDA: 11.8 Tried two types of environments: 1. With latest environment using pyproject.toml After #58 is done, I have created my environment, where the key...

与 #163 类似。 环境为CentOS7, 显卡为多个V100. 成功安装程序后,运行python -m mindsearch.app,显示如下: ``` INFO: Started server process [25434] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8002 (Press CTRL+C...

**Describe the bug** When trying to run `dowhy_causal_prediction_demo.ipynb`, I encountered with this error when running the cell ```python trainer = pl.Trainer(devices=1, max_epochs=5) trainer.fit(algorithm, loaders['train_loaders'], loaders['val_loaders']) ``` : ```bash You are...

bug

## 复现步骤 尝试回复一个HTML格式的邮件 ## 预期行为 能够正常获取原邮件的HTML内容,并在上方留出回复的空间 ## 部署方式 - [ ] cli 部署 - [x] 用户界面部署 ## 浏览器环境 Chrome 126.0.6478.127, LibreWolf 127.0.2 ## 错误表现 使用的1.0.0版本。 原邮件的部分截图为: 在尝试转发时,能够正常继承完整的HTML内容,并正确发送。在尝试回复时,只有如下内容: ```html (myname)(myemail)  ...

bug

This PR refactors the `Regularizer` class in `dowhy/causal_prediction/algorithms/regularization.py` to fix a critical logic error in cross-environment grouping and significantly improve computational efficiency. Given that this issue renders the current implementation...