Closed xgroleau closed 3 years ago
This seems to fix the neighbors.foreach problem, but I still have issues with the neighbors.reduce function after using a neighbors.map
This includes the removal of the internal string for counting neighbors. I am not sure why it was there in the first place, @Belkharym do you have an idea?
Covered by #23
As specified #12, an internal string is inserted in the neighbors table, but never seems to be used since bbztable_size function is used to get the number of neighbors. Also the added internal string element to the table made the count wrong. I'm not sure why the code was there, so maybe I've missed something and this is not the way to do it though.