From 4c614d3d2186e1db06f8693d599466d7d46af888 Mon Sep 17 00:00:00 2001 From: ywang103-amd Date: Wed, 10 Sep 2025 10:18:42 -0400 Subject: [PATCH] remove test_scientific_notation_trigger_above_upper_bound for its (#913) --- projects/rocprofiler-compute/tests/test_utils.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/rocprofiler-compute/tests/test_utils.py b/projects/rocprofiler-compute/tests/test_utils.py index 85c58a51fe..3dd5104ff8 100644 --- a/projects/rocprofiler-compute/tests/test_utils.py +++ b/projects/rocprofiler-compute/tests/test_utils.py @@ -9306,12 +9306,6 @@ def test_scientific_notation_trigger_at_lower_bound(): assert pytest.approx(float(result.strip()), rel=1e-9) == value -def test_scientific_notation_trigger_above_upper_bound(): - value = 1234567890 - result = utils.format_scientific_notation_if_needed(value) - assert pytest.approx(float(result.strip()), rel=1e-9) == value - - @pytest.mark.sci_notion def test_scientific_notation_trigger_just_below_upper_bound(): value = 999999