From 6e69d784e4814c3dbe35e8f70c6cf4b920c8b20b Mon Sep 17 00:00:00 2001 From: 天地 <tiandiweizun@gmail.com> Date: 星期三, 19 三月 2025 23:10:13 +0800 Subject: [PATCH] 1. bug fix:list(mean)和list(var),由于mean和var是numpy,导致写入到文件的格式错误,参考上面的话,大概率是list(mean.tolist()),其实外层list没有必要 (#2437) --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 82ba025..80b0317 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,9 @@ labels: 'bug, needs triage' --- +Notice: In order to resolve issues more efficiently, please raise issue following the template. +锛堟敞鎰忥細涓轰簡鏇村姞楂樻晥鐜囪В鍐虫偍閬囧埌鐨勯棶棰橈紝璇锋寜鐓фā鏉挎彁闂紝琛ュ厖缁嗚妭锛� + ## 馃悰 Bug <!-- A clear and concise description of what the bug is. --> -- Gitblit v1.9.1