From 08c4959985157ffe49450673495589003cd62a0f Mon Sep 17 00:00:00 2001 From: Anne Archibald Date: Sun, 20 Dec 2020 19:50:10 +0000 Subject: [PATCH] Clean up no longer relevant comment. --- src/pint/toa.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/pint/toa.py b/src/pint/toa.py index ccb3db9d6..b9c5a12c6 100644 --- a/src/pint/toa.py +++ b/src/pint/toa.py @@ -298,14 +298,6 @@ def _check_pickle(toafilename, picklefilename=None): if picklefilename is None: return "" - # Check if TOA is newer than pickle - # if os.path.getmtime(picklefilename) < os.path.getmtime(toafilename): - # return "" - - # TODO add more tests. Some things to consider: - # 1. Check file contents via md5sum (will require storing this in pickle). - # 2. Check INCLUDEd TOA files (will require some TOA file parsing). - # All checks passed, return name of pickle. return picklefilename