fix(bisect): Ignore negative values 78/42578/1
authorVratko Polak <vrpolak@cisco.com>
Wed, 26 Mar 2025 17:02:01 +0000 (18:02 +0100)
committerVratko Polak <vrpolak@cisco.com>
Wed, 26 Mar 2025 17:02:01 +0000 (18:02 +0100)
commit88b4da3ad723f9e0d3f7157b61285bb4ec172e0d
treefd08c7655a6cc076469bedba4921c774cbdff162
parentcfdb049822182ca493170bb41e9343cb315298ff
fix(bisect): Ignore negative values

Values caused by csit/issues/3983 are not real
and they mess up bisecting decitions if not ignored.

Change-Id: Iee7f6c43b25505183ea1def0a355f4bcbc8a1987
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/python/model/parse.py