From eb4623860b7384d327b001255382fcfffa0ff2ab Mon Sep 17 00:00:00 2001 From: Nathan <95725385+treefern@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:53:55 +0000 Subject: [PATCH] NPI-3688 add todo for attribute merge test --- tests/test_sp3.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_sp3.py b/tests/test_sp3.py index eb366bc..5c454ac 100644 --- a/tests/test_sp3.py +++ b/tests/test_sp3.py @@ -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):