11 Star 55 Fork 20

MindSpore / xai

 / 详情

[finic] incorrect argument setting of tabdig

DONE
Bug-Report 拥有者
创建于  
2022-04-08 09:43
name about labels
Bug Report Use this template for reporting a bug kind/bug

Describe the current behavior / 问题描述 (Mandatory / 必填)

The --clip-sd argument setting of tabdig is incorrect:

parser_tabdig.add_argument('--clip-sd', type=int, dest='clip_sd', required=False, default=10,...)

it should be:

parser_tabdig.add_argument('--clip-sd', type=float, dest='clip_sd', required=False, default=3,...)

评论 (1)

TonyNG 创建了Bug-Report

Please add labels (comp or sig), also you can visit https://gitee.com/mindspore/community/blob/master/sigs/dx/docs/labels.md to find more.
为了让代码尽快被审核,请您为Pull Request打上 组件(comp)或兴趣组(sig) 标签,打上标签的PR可以直接推送给责任人进行审核。
更多的标签可以查看https://gitee.com/mindspore/community/blob/master/sigs/dx/docs/labels.md
以组件相关代码提交为例,如果你提交的是data组件代码,你可以这样评论:
//comp/data
当然你也可以邀请data SIG组来审核代码,可以这样写:
//sig/data
另外你还可以给这个PR标记类型,例如是bugfix或者是特性需求:
//kind/bug or //kind/feature
恭喜你,你已经学会了使用命令来打标签,接下来就在下面的评论里打上标签吧!

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(2)
Python
1
https://gitee.com/mindspore/xai.git
git@gitee.com:mindspore/xai.git
mindspore
xai
xai

搜索帮助

53164aa7 5694891 3bd8fe86 5694891