Skip to content

Commit

Permalink
minor comment to reflect more generic metadata time correction
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed May 24, 2024
1 parent b76f7b6 commit caee5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbp/json_generator/corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):
(self.correct_df["start"] >= self.day - timedelta(hours=6))
& (self.correct_df["start"] < self.day + timedelta(days=1))
]
else: # ICListen/NRS files fixed, but may be missing or incomplete if the system was down
else: # files are fixed, but may be missing or incomplete if the system was down
files_per_day = int(86400 / self.seconds_per_file)
# Filter the metadata to the day, starting 1 file before the day starts to capture overlap
df = self.correct_df[
Expand Down

0 comments on commit caee5c9

Please sign in to comment.