Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def finalize_match_result(
) -> MatchResult:
ct = self.component_type
n_swa = 0
node = result.last_device_node
node = result.last_host_node
Comment thread
ispobock marked this conversation as resolved.
root = self.cache.root_node
while node is not root and n_swa < self.sliding_window_size:
cd = node.component_data[ct]
Expand Down
Loading