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):