Paddle
Paddle copied to clipboard
[CodeStyle][W191][E101] remove tabs in python files
PR types
Others
PR changes
Others
Describe
- Flake8 tracking issue: #46039
修复 remove-tabs 存量 python 代码('\t' -> ' ' * 4)
并修正部分格式问题
fluid 单测拆分到 PR #46357
NPU 单测又出问题了,因此拆分新的 PR(#46309)
NPU 又出现问题了,稍后将 NPU 单测拆分出去单独查看问题
又有很多示例代码报错了,不过这次都是 fluid 的
很抱歉,经过我们的反复讨论,你的PR暂未达到合入标准,请阅读飞桨原生算子开发规范,你可以重新提交新的PR,我们先将此PR关闭,感谢你的贡献。 Sorry to inform you that through our discussion, your PR fails to meet the merging standard (Reference: Paddle Custom Operator Design Doc). You can also submit an new one. Thank you.
又有很多示例代码报错了,不过这次都是 fluid 的
和 @Ligoml 讨论:python/paddle/fluid下的API将于2.5完成清理,因此可以不做格式化修改。但需要保留单测目录python/paddle/fluid/tests。