feat: advance TSN drift and ordered pair evidence
This commit is contained in:
@@ -87,7 +87,7 @@ def relation_from_mapped_name(mapped_name):
|
||||
def normalize_mapped_name(mapped_name):
|
||||
# StringHasher IDs are process-local. Preserve the token grammar while
|
||||
# removing only the volatile hash-table slot assigned in this process.
|
||||
return re.sub(r":H[0-9a-fA-F]+", ":H#", mapped_name or "")
|
||||
return re.sub(r":H-?[0-9a-fA-F]+", ":H#", mapped_name or "")
|
||||
|
||||
|
||||
def source_element_name(mapped_name):
|
||||
|
||||
Reference in New Issue
Block a user