Skip to content

Commit

Permalink
Remove useless main script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCrabbe committed Dec 19, 2023
1 parent 781961a commit eb819cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ def test_sampler():

# Check the shape of the samples
assert samples.shape == (num_samples, max_len, n_channels)


if __name__ == "__main__":
test_sampler()

0 comments on commit eb819cc

Please sign in to comment.