Skip to content

Commit

Permalink
Fix grammar in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Nov 10, 2020
1 parent 6853334 commit 83acaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_spec_channel_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_shuffle_channels(self):
image = (7 + np.log10(multichannel_magnitude_spectrogram + 0.0000001)) / 8
plot_matrix(image, title="before")

# Make the shuffled channels do not equal the original order
# Make sure the shuffled channels do not equal the original order
transform = SpecChannelShuffle(p=1.0)
for _ in range(100000):
transform.randomize_parameters(multichannel_magnitude_spectrogram)
Expand Down

0 comments on commit 83acaaf

Please sign in to comment.