1. 26 Jun, 2021 1 commit
  2. 22 Apr, 2021 1 commit
    • Min Xu's avatar
      [fix] mypy and flaky test (#624) · 961df76e
      Min Xu authored
      
      
      * [fix] mypy and flaky test
      
      - CI didn't seem to catch this or maybe I merged incorrectly yesterday
      - this should fix the mypy error on master
      - also updated a test that seems to be flaky due to tcp port conflict
      
      * another flaky test, hopefully more determinism helps
      
      * CR
      
      * skip 1.6
      
      * fix
      
      * minor
      Co-authored-by: default avatarMin Xu <min.xu@acm.org>
      961df76e
  3. 08 Mar, 2021 1 commit
    • Min Xu's avatar
      [fix]: handle inputs with containers in mixed precision (#486) · 2e9a14e7
      Min Xu authored
      * [fix]: handle inputs with containers
      
      - this is an issue surfaces by vissl as well
      - fix seems to be super simple
      - also cleaned up two tests with respect to multiple such tests
        running back to back (they don't do that presently)
      
      * cleanup
      
      * fix
      
      * lint
      2e9a14e7