From b1ca5b140a3ca2a47c93dac1a095adb783fbbfc0 Mon Sep 17 00:00:00 2001 From: MinnaW <3753118+bikegeek@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:49:08 -0700 Subject: [PATCH] Update test_reformatting.py SonarQube - remove commented code --- METreformat/test/test_reformatting.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/METreformat/test/test_reformatting.py b/METreformat/test/test_reformatting.py index 7ede1e00..731c1171 100644 --- a/METreformat/test/test_reformatting.py +++ b/METreformat/test/test_reformatting.py @@ -1141,8 +1141,6 @@ def test_dmap_for_scatter(): # Remove the Idx column from the actual_headers list actual_headers.pop(0) - # print(f"expected headers: {expected_headers}") - # print(f"actual headers: {actual_headers}") # Verify that the expected number of headers exist in the reformatted data assert len(expected_headers) == len(actual_headers)