Skip to content
Snippets Groups Projects
Commit 7cbee78f authored by Hal Simpson's avatar Hal Simpson
Browse files

Added comments and renamed get_input_interval

parent 9589b265
No related branches found
No related tags found
No related merge requests found
......@@ -53,5 +53,5 @@ class Algorithm(object):
"""
return self._outchannels
def get_data_time_extent(self, outstart, outend):
return (outstart, outend)
def get_input_interval(self, start, end):
return (start, end)
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