IO: change type of rng_seed to int64 and added test for network_to_file#50
IO: change type of rng_seed to int64 and added test for network_to_file#50MSallermann wants to merge 2 commits intomainfrom
Conversation
The old type (a plain int with 32 bits) could overflow easily, which might cause confusion. Co-authored-by: Amrita Goswami <amrita16thaug646@gmail.com>
Also added a constructor to Network that just takes lvalue refs to the weight and neighbour list. TODO: Should probably look to reduce code duplication there ...
|
Hi Daivik, I don't think this had any influence on the simulations. I think this was more of a cosmetic issue, since it's confusing for the user if the input Regarding the choice of signed vs unsigned: Yeah, it would probably make sense to choose a |

No description provided.