SIENTIAPDE-1005
Full coverage Refactor code structure and improve logging configuration; update tests for activities and connectors
This commit is contained in:
@@ -96,9 +96,6 @@ class Gates(BaseActivity):
|
||||
# Get the latest timestamp
|
||||
latest_timestamp = group['timestamp'].max()
|
||||
|
||||
if group.empty:
|
||||
continue
|
||||
|
||||
aggr_value = self.apply_aggregation(group, aggr_function)
|
||||
|
||||
if aggr_value == 'continue':
|
||||
|
||||
Reference in New Issue
Block a user