Skip to content

Commit

Permalink
test proc_generated_touch
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Jun 26, 2024
1 parent 6f3e0e5 commit 4d31e4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impsy/tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ def test_inference():
value = mdrnn.random_sample(out_dim=dimension)
for i in range(num_test_steps):
value = net.generate_touch(value)
proc_touch = mdrnn.proc_generated_touch(value, dimension)
assert len(value) == dimension
assert len(proc_touch == dimension)


def test_training():
Expand Down

0 comments on commit 4d31e4d

Please sign in to comment.