tgn icon indicating copy to clipboard operation
tgn copied to clipboard

Fix issue where memory update at end may raise an exception when processing non-bipartite graphs

Open daniel-gomm opened this issue 1 year ago • 0 comments

This pull request fixes issue #29.

Instead of updating the memory separately for sources and destinations, both sets of nodes are updated at once, similar to the update_at_start strategy

daniel-gomm avatar Nov 20 '23 18:11 daniel-gomm