Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] Change expected bitrate in offline processing test #835

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

noituri
Copy link
Member

@noituri noituri commented Oct 22, 2024

No description provided.

@@ -123,7 +123,7 @@ pub fn offline_processing() -> Result<()> {
if !(1.9..=2.1).contains(&duration) {
return Err(anyhow!("Invalid duration: {}", duration));
}
if !(930_000..=1_008_200).contains(&bit_rate) {
if !(938_200..=1_008_200).contains(&bit_rate) {
Copy link
Member Author

Choose a reason for hiding this comment

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

For reference, the maximum expected bitrate was changed in this PR #833

@noituri noituri requested a review from wkozyra95 October 22, 2024 15:52
@wkozyra95
Copy link
Member

please adjust it to sth reasonable, I assume you increased it to 1_008_200 because the resulting value was around that. Is there any reason that the result might be around 938_200?

@noituri noituri force-pushed the @noituri/offline-processing-bitrate branch 2 times, most recently from 34744c1 to 992b099 Compare October 25, 2024 13:21
@noituri noituri force-pushed the @noituri/offline-processing-bitrate branch from 992b099 to 3ecdbc0 Compare October 25, 2024 13:35
@wkozyra95 wkozyra95 merged commit 3412ce7 into master Oct 29, 2024
4 checks passed
@wkozyra95 wkozyra95 deleted the @noituri/offline-processing-bitrate branch October 29, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants