Changeset a6f9ebf for python/tests
- Timestamp:
- May 16, 2016, 5:23:56 AM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 44a3e5e
- Parents:
- 0b6d23d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_mathutils.py
r0b6d23d ra6f9ebf 29 29 30 30 def test_unwrap2pi_fails_on_list(self): 31 with self.assertRaises( TypeError):31 with self.assertRaises((TypeError, NotImplementedError)): 32 32 unwrap2pi(["23.","24.",25.]) 33 33
Note: See TracChangeset
for help on using the changeset viewer.