Skip to content
Snippets Groups Projects
Unverified Commit eeb75577 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler Committed by GitHub
Browse files

Merge pull request #249 from pcain-usgs/issue-237

Fixes issue 237
parents a74936b7 8a6aa4b4
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,6 @@ class SqDistAlgorithm(Algorithm): ...@@ -82,8 +82,6 @@ class SqDistAlgorithm(Algorithm):
# state is up to date, only need new data # state is up to date, only need new data
return (start, end) return (start, end)
# state not up to date, need to prime # state not up to date, need to prime
print('WARNING: missing or incompatible state...' +
'reinitializing.', file=sys.stderr)
return (start - 3 * 30 * 24 * 60 * 60, end) return (start - 3 * 30 * 24 * 60 * 60, end)
def get_next_starttime(self): def get_next_starttime(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment