mbojan / rgraph6

Encoding graphs in graph6, sparse6, and digraph6 formats
https://mbojan.github.io/rgraph6/
GNU General Public License v3.0
12 stars 3 forks source link

C++ error? #9

Closed mbojan closed 4 years ago

mbojan commented 4 years ago

Running tests results in

corrupted size vs. prev_size

which seems to be a memory error. However, executing the functions with the same matrix interactively https://github.com/mbojan/rgraph6/blob/1ae6d3655459c0aff71cab64307608753d10cc83/tests/testthat/test-as_graph6.R#L22-L27 works OK.