Skip to content

Commit

Permalink
Update test_reformatting.py
Browse files Browse the repository at this point in the history
SonarQube - remove commented code
  • Loading branch information
bikegeek authored Jan 22, 2025
1 parent 3b5c097 commit b1ca5b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions METreformat/test/test_reformatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b1ca5b1

Please sign in to comment.