Skip to content

Commit

Permalink
Clean up no longer relevant comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarchiba committed Dec 20, 2020
1 parent 2430018 commit 08c4959
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pint/toa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 08c4959

Please sign in to comment.