- 11 Jun, 2020 1 commit
-
-
moto authored
`type` used in `common_utils` generates test class definition in `common_utils` and this modifies the module state after it's imported. This is anti-pattern. This PR get rid of the related utility functions and define test suite manually.
-
- 27 May, 2020 1 commit
-
-
moto authored
-
- 15 May, 2020 1 commit
-
-
moto authored
Currently there is no CUDA device for regular FB's infra, where `torchaudio`'s tests are ran. Skipping these tests consistently raises a flag so we decided to split the tests into runnable and not-runnable on file-level.
-