1. 08 11月, 2022 1 次提交
  2. 01 11月, 2022 1 次提交
    • 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
  3. 23 10月, 2022 1 次提交
  4. 14 9月, 2022 1 次提交
  5. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  6. 18 11月, 2021 1 次提交
    • Z
      [heterps]change default executor for heter trainer (#37314) · c98d175d
      zmx 提交于
      * fix pslib. test=develop
      
      * add device to train_from_dataset. test=develop
      
      * refine fleet.stop_worker. test=develop
      
      * fix ut. test=develop
      
      * fix ut. test=develop
      
      * fix executor & ut. test=develop
      
      * fix executor & ut. test=develop
      
      * fix executor & ut. test=develop
      c98d175d
  7. 03 9月, 2021 1 次提交
  8. 24 6月, 2021 1 次提交
  9. 22 6月, 2021 1 次提交
  10. 26 4月, 2021 1 次提交
  11. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  12. 30 7月, 2020 1 次提交
  13. 23 2月, 2020 1 次提交
  14. 01 5月, 2019 1 次提交
  15. 29 3月, 2019 7 次提交
  16. 17 12月, 2018 4 次提交
  17. 14 12月, 2018 3 次提交
  18. 13 12月, 2018 4 次提交
  19. 12 12月, 2018 1 次提交
  20. 11 12月, 2018 2 次提交
  21. 10 12月, 2018 2 次提交
  22. 07 12月, 2018 1 次提交
  23. 04 12月, 2018 2 次提交