Skip to content

Commit

Permalink
try smaller frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-Robert Stöter committed Jan 8, 2018
1 parent c23cf4c commit 2b0c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def test_shape():
R = np.random.random((5, 1000, 2))
R = np.random.random((5, 1024, 2))
stempeg.write_stems(R, "./random.stem.mp4")
S, rate = stempeg.read_stems(
"./random.stem.mp4"
Expand Down

0 comments on commit 2b0c1a9

Please sign in to comment.