PaddlePaddle / PaddleScience

PaddleScience is SDK and library for developing AI-driven scientific computing applications based on PaddlePaddle.
http://paddlescience-docs.rtfd.io/
Apache License 2.0
244 stars 132 forks source link

[Doc&Fix] Fix compatibility with isort and black and refine install_setup and graphcast doc #934

Closed HydrogenSulfate closed 5 days ago

HydrogenSulfate commented 6 days ago

PR types

Others

PR changes

Docs

Describe

  1. 指定isort的配置参数,避免与black在对import语句格式化时,可能存在的冲突
  2. 优化文档的几处内容
  3. 当存在重复的指标名称时,以警告信息代替断言
  4. AMGNet适配paddle int32/64不会再被自动类型提升的问题
paddle-bot[bot] commented 6 days ago

Thanks for your contribution!