Skip to content

Conversation

@ezyang
Copy link
Contributor

@ezyang ezyang commented Aug 2, 2019

  • Apply __future__ imports uniformly (future division is the biggy, but absolute
    imports mattered too)
  • Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
    add this library as a dependency to torchaudio; it's only for testing)
  • Replace math.gcd with fractions.gcd
  • Fix a weird pytest collection bug involving parametrized tests
  • Turn on Python 2 and Python 3.7 in Travis.

Signed-off-by: Edward Z. Yang [email protected]

- Apply __future__ imports uniformly (future division is the biggy, but absolute
  imports mattered too)
- Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
  add this library as a dependency to torchaudio; it's only for testing)
- Replace math.gcd with fractions.gcd
- Fix a weird pytest collection bug involving parametrized tests
- Turn on Python 2 and Python 3.7 in Travis.

Signed-off-by: Edward Z. Yang <[email protected]>
@ezyang
Copy link
Contributor Author

ezyang commented Aug 2, 2019

Implicitly approved in #203

@ezyang ezyang merged commit a424509 into master Aug 2, 2019
@jamarshon jamarshon deleted the pr/py2-compat branch August 5, 2019 13:18
jamarshon added a commit to jamarshon/audio that referenced this pull request Aug 5, 2019
- Apply __future__ imports uniformly (future division is the biggy, but absolute
  imports mattered too)
- Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
  add this library as a dependency to torchaudio; it's only for testing)
- Replace math.gcd with fractions.gcd
- Fix a weird pytest collection bug involving parametrized tests
- Turn on Python 2 and Python 3.7 in Travis.

Signed-off-by: Edward Z. Yang <[email protected]>
(cherry picked from commit a424509)
jamarshon added a commit that referenced this pull request Aug 5, 2019
jamarshon added a commit to jamarshon/audio that referenced this pull request Aug 5, 2019
- Apply __future__ imports uniformly (future division is the biggy, but absolute
  imports mattered too)
- Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
  add this library as a dependency to torchaudio; it's only for testing)
- Replace math.gcd with fractions.gcd
- Fix a weird pytest collection bug involving parametrized tests
- Turn on Python 2 and Python 3.7 in Travis.

Signed-off-by: Edward Z. Yang <[email protected]>
(cherry picked from commit a424509)
jamarshon added a commit that referenced this pull request Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants