-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[CodeStyle][Typos][I-[12-14],I-[16-20]] Fix typos (indiates,indeces,inferrence,infering,imformation,infomation,informations,Infor,infor,inheritted,initilization)
#70650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
tools/parallel_UT_rule.py
Outdated
| 'test_sync_batch_norm_pass', | ||
| 'test_switch', | ||
| 'test_static_shape_inferrence_for_shape_tensor', | ||
| 'test_static_shape_inference_for_shape_tensor', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这俩单测是不是不存在了啊,不存在了的话这俩直接删掉就好
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
收到
python/paddle/framework/io_utils.py
Outdated
| def _pack_loaded_dict(load_obj): | ||
| if isinstance(load_obj, dict): | ||
| unpack_info = 'UnpackBigParamInfor@@' | ||
| unpack_info = 'UnpackBigParamInfo@@' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里感觉会有兼容性问题,需要恢复下,272 行同
麻烦参考 https://github.com/crate-ci/typos/blob/master/docs/reference.md#example-configurations
在 _typos.toml 配置下局部 ignore 的指令:
# 加在 extend-ignore-words-re 下面
extend-ignore-re = [
# Ignore lines by `# typos: disable-line`
"(?Rm)^.*(#|//)\\s*typos:\\s*disable-line$",
# Ignore block by `# typos: off` and `# typos: on`
"(?s)(#|//)\\s*typos:\\s*off.*?\\n\\s*(#|//)\\s*typos:\\s*on"
]并在这两行添加 # typos: disable-line 试试
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
收到
SigureMo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Category
User Experience
PR Types
Devs
Description
fixed:
indiates,indeces,inferrence,infering,imformation,infomation,informations,Infor,infor,inheritted,initilization