Closed chrisbrickhouse closed 9 months ago
No response
The tests for functions that align and assign speakers expect equality with a known standard output, but different hardware will yield slightly different results leading to build failures if exact equivalence is expected.
For example test_diarize uses assert_allclose to check that the weights and probabilities are within some tolerance rather than exactly equivalent, but test_align_segments asserts exact equivalence leading to build failures.
test_diarize
assert_allclose
test_align_segments
Ubuntu
Contact Details
No response
What happened?
The tests for functions that align and assign speakers expect equality with a known standard output, but different hardware will yield slightly different results leading to build failures if exact equivalence is expected.
For example
test_diarize
usesassert_allclose
to check that the weights and probabilities are within some tolerance rather than exactly equivalent, buttest_align_segments
asserts exact equivalence leading to build failures.What operating system are you using?
Ubuntu
Relevant log output
No response
Code of Conduct