Skip to content

Commit

Permalink
NPI-3669 cleanup of redundent comment
Browse files Browse the repository at this point in the history
  • Loading branch information
treefern committed Jan 7, 2025
1 parent 7241486 commit a15cd42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_sp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,6 @@ def test_trim_df(self, mock_file):
"Should be two epochs after trimming with keep_first_delta_amount parameter",
)

# Don't bother trying to unit test transform_df(). It is a wrapper which basically does:
# - read (parse)
# - apply function
# - write (generate content)
# TODO notes added above to implement those bits separately


class TestMergeSP3(TestCase):
def setUp(self):
Expand Down

0 comments on commit a15cd42

Please sign in to comment.