From 6cdb1c6acea8b37792a2cc3275aae0c024f232a2 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 10 Dec 2024 11:15:11 +0100 Subject: [PATCH] use capital P in grep for "Planar" to correctly exclude modes --- ci/complexity_measurements/getWmops.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/complexity_measurements/getWmops.sh b/ci/complexity_measurements/getWmops.sh index 8a46dd003a..acbbf288a5 100755 --- a/ci/complexity_measurements/getWmops.sh +++ b/ci/complexity_measurements/getWmops.sh @@ -81,7 +81,7 @@ ret_val=0 mode_arg="" # for OSBA, there are just too many modes... -> only select HOA3 ones if [ "$ivas_format" == "OSBA" ]; then - osba_hoa3_modes=$(./scripts/runIvasCodec.py -C OSBA -l | grep "HOA3" | grep -v "planar") + osba_hoa3_modes=$(./scripts/runIvasCodec.py -C OSBA -l | grep "HOA3" | grep -v "Planar") mode_arg="-m $osba_hoa3_modes" fi -- GitLab