Skip to content

Commit

Permalink
update the docstring for estimate start and stop
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Mar 8, 2021
1 parent da69c91 commit f9011e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions strax/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,9 @@ def concat_loader(*args, **kwargs):
def estimate_run_start_and_end(self, run_id, targets=None):
"""Return run start and end time in ns since epoch.
This fetches from run metadata, and if this fails, it
estimates it using data metadata from targets.
This fetches from run metadata, and if this fails, it estimates
it using data metadata from the targets or the underlying
data-types (if it is stored).
"""
try:
res = []
Expand Down

0 comments on commit f9011e7

Please sign in to comment.