Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

[CodeStyle][W191][E101] remove tabs in python files

Open SigureMo opened this issue 3 years ago • 4 comments

PR types

Others

PR changes

Others

Describe

  • Flake8 tracking issue: #46039

修复 remove-tabs 存量 python 代码('\t' -> ' ' * 4

并修正部分格式问题

fluid 单测拆分到 PR #46357

NPU 单测又出问题了,因此拆分新的 PR(#46309)

SigureMo avatar Sep 20 '22 08:09 SigureMo

NPU 又出现问题了,稍后将 NPU 单测拆分出去单独查看问题

SigureMo avatar Sep 20 '22 10:09 SigureMo

image

又有很多示例代码报错了,不过这次都是 fluid 的

SigureMo avatar Sep 20 '22 13:09 SigureMo

很抱歉,经过我们的反复讨论,你的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.

paddle-bot[bot] avatar Sep 20 '22 18:09 paddle-bot[bot]

又有很多示例代码报错了,不过这次都是 fluid 的

和 @Ligoml 讨论:python/paddle/fluid下的API将于2.5完成清理,因此可以不做格式化修改。但需要保留单测目录python/paddle/fluid/tests

luotao1 avatar Sep 21 '22 08:09 luotao1