Added missing TODOs in the beamformer unit test code.
BUG= Review URL: https://codereview.webrtc.org/1835833004 Cr-Commit-Position: refs/heads/master@{#12151}
This commit is contained in:
parent
af2f3dd206
commit
059dadf0c4
@ -123,6 +123,8 @@ void RunBitExactnessTest(int sample_rate_hz,
|
||||
output_reference, capture_output, kTolerance));
|
||||
}
|
||||
|
||||
// TODO(peah): Add bitexactness tests for scenarios with more than 2 input
|
||||
// channels.
|
||||
std::vector<Point> CreateArrayGeometry(int variant) {
|
||||
std::vector<Point> array_geometry;
|
||||
switch (variant) {
|
||||
@ -247,6 +249,9 @@ TEST(NonlinearBeamformerTest, InterfAnglesTakeAmbiguityIntoAccount) {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(peah): Reenable all bitexactness tests once the division-by-zero issue
|
||||
// has been resolved.
|
||||
|
||||
// TODO(peah): Investigate why the nonlinear_beamformer.cc causes a DCHECK in
|
||||
// this setup.
|
||||
TEST(BeamformerBitExactnessTest,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user