Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviaouyang committed Apr 6, 2024
1 parent 47882ea commit 172c1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion molly/features/completeness.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def construct_query(self) -> Select:
def validate(self, retrieved_data: pd.DataFrame) -> bool:
required_ticks = self.requirements["required_ticks"]
maximum_ticks = self.requirements.get("maximum_ticks", None)
# TODO: retrieved_data can also be a generator??? maybe not
actual_ticks = retrieved_data.iloc[0, 0]
result = actual_ticks >= required_ticks
logger.debug(
Expand Down

0 comments on commit 172c1d7

Please sign in to comment.