Skip to content

Commit

Permalink
yet a small modification to compate single and double precision float…
Browse files Browse the repository at this point in the history
…ing points
  • Loading branch information
mohabouje committed Apr 30, 2019
1 parent 29c3e14 commit 6e242f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io_test.py
Expand Up @@ -171,7 +171,7 @@ def test_resampler(self):

resampler = io.Resampler(channels, algorithm, ratio)
self.assertEqual(algorithm, resampler.quality())
self.assertEqual(ratio, resampler.ratio())
self.assertEqual(ratio, resampler.ratio(), 5)
self.assertEqual(0, resampler.error())

resampled, input_frames_used = resampler.process(data.astype(np.float32))
Expand Down

0 comments on commit 6e242f4

Please sign in to comment.