python-igraph icon indicating copy to clipboard operation
python-igraph copied to clipboard

Verify that attribute table does not get corrupted when graph modification fails

Open szhorvat opened this issue 3 years ago • 1 comments

This task is to verify that the attribute table does not get corrupted when graph modification fails. This issue is specifically for the attribute handler of python-igraph.

This relates to https://github.com/igraph/igraph/issues/1976 and https://github.com/igraph/igraph/issues/1999

szhorvat avatar Mar 26 '22 18:03 szhorvat

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 19 '22 05:06 stale[bot]

Working on this, see 1d5a310 (more to come)

ntamas avatar Sep 11 '22 15:09 ntamas

Fixed ultimately in a30ca7c

ntamas avatar Sep 12 '22 17:09 ntamas