Closed fredshone closed 2 years ago
minor change to fix tiny string bug encountered on run.
linkCounterComparison was 'temporarily' forcing links ids from integer to strings to make joins but later failing to write results with integer ids:
This is now fixed by forcing all link ids to strings early on in the class.
minor change to fix tiny string bug encountered on run.
linkCounterComparison was 'temporarily' forcing links ids from integer to strings to make joins but later failing to write results with integer ids:
This is now fixed by forcing all link ids to strings early on in the class.