Skip to content

Commit

Permalink
NPI-3688 add todo for attribute merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
treefern committed Jan 30, 2025
1 parent b0e10db commit eb46238
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_sp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,10 @@ def test_trim_df(self, mock_file):
"Should be two epochs after trimming with keep_first_delta_amount parameter",
)

# TODO add new test: test_merge_attrs, for attribute merge:
# Ensure merging attributes results in the expected intersections / max / min, depending on the attribute. E.g.
# total sats across all files, worst accuracy code for each sat across all files, etc.


class TestSP3Utils(TestCase):

Expand Down

0 comments on commit eb46238

Please sign in to comment.