1. 28 11月, 2022 3 次提交
  2. 26 11月, 2022 1 次提交
  3. 25 11月, 2022 1 次提交
  4. 24 11月, 2022 2 次提交
  5. 23 11月, 2022 5 次提交
  6. 22 11月, 2022 1 次提交
  7. 21 11月, 2022 3 次提交
  8. 18 11月, 2022 1 次提交
  9. 17 11月, 2022 1 次提交
  10. 15 11月, 2022 1 次提交
  11. 14 11月, 2022 1 次提交
  12. 09 11月, 2022 1 次提交
  13. 08 11月, 2022 2 次提交
  14. 07 11月, 2022 1 次提交
  15. 03 11月, 2022 1 次提交
  16. 01 11月, 2022 2 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
    • N
      [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` (#47464) · 5a2ab683
      Nyakku Shigure 提交于
      * [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True`
      
      * revert changes in fluid
      
      * revert unrelated file
      
      * revert changes in norm
      
      * revert changes in auto_parallel_amp
      
      * fix norm and auto_parallel_amp
      
      * revert a typo fix due to fixed at #47477
      5a2ab683
  17. 24 10月, 2022 1 次提交
  18. 23 10月, 2022 1 次提交
  19. 19 10月, 2022 3 次提交
  20. 12 10月, 2022 2 次提交
  21. 28 9月, 2022 1 次提交
    • N
      [CodeStyle] format some dy2static unittests (#46463) · ee203340
      Nyakku Shigure 提交于
      * [CodeStyle] reformat test_error
      
      * update lineno
      
      * remove test_error from yapf whitelist
      
      * try format test_origin_info
      
      * try to fix origin info test case
      
      * remove future import
      
      * remove test_origin_info from yapf excludes
      
      * empty commit, test=document_fix
      
      * empty commit
      ee203340
  22. 27 9月, 2022 1 次提交
  23. 22 9月, 2022 2 次提交
  24. 19 9月, 2022 2 次提交