Skip to content

Commit

Permalink
update docstring in test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsf committed Jan 25, 2022
1 parent caa2ebe commit 83b659f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/modules/downsample_video/test_ds_video_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,12 @@ def test_ds_create_downsampled_video(
speed_up_factor,
quality):
"""
This is just going to be a smoke test, as it's hard to verify
the contents of an mp4
This will test create_downsampled_video by calling all of the
constituent parts by hand and verifying that the md5checksum
of the file produced that way matches the md5checksum of the file
produced by calling create_downsampled_video. It's a little
tautological, but it will tell us if any part of our pipeline is
no longer self-consistent.
"""

input_hz = 12.0
Expand Down

0 comments on commit 83b659f

Please sign in to comment.