Skip to content

Commit

Permalink
Updated example comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Jul 30, 2024
1 parent 214a893 commit 3ecc858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/groupeddatasubscribe/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _subscription_updated(self, signalindexcache: SignalIndexCache):
self.statusmessage(f"Received signal index cache with {signalindexcache.count:,} mappings")

def _new_measurements(self, measurements: List[Measurement]):
# Collect data into a ap group by timestamps to the nearest second
# Collect data into a map grouped by timestamps to the nearest second
for measurement in measurements:
# Get timestamp rounded to the nearest second
timestamp_second = self._get_timestamp_to_nearest_second(measurement.timestamp)
Expand Down

0 comments on commit 3ecc858

Please sign in to comment.