Skip to content

Conversation

NicolasHug
Copy link
Contributor

Addresses #284 (review), as promised

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Oct 25, 2024
sampling_range_start = begin_stream_seconds
else:
if sampling_range_start <= begin_stream_seconds:
if sampling_range_start < begin_stream_seconds:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caught this minor bug in the process!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am glad this caught a bug and the test is present to prevent regressions.

Thanks @NicolasHug

sampling_range_start = begin_stream_seconds
else:
if sampling_range_start <= begin_stream_seconds:
if sampling_range_start < begin_stream_seconds:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am glad this caught a bug and the test is present to prevent regressions.

Thanks @NicolasHug

@NicolasHug NicolasHug merged commit d77d2d0 into meta-pytorch:main Oct 25, 2024
33 of 40 checks passed
@NicolasHug NicolasHug deleted the sampler_test_ref branch October 25, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants