mgastner / cartogram-cpp

Cartogram generator in C++
MIT License
8 stars 4 forks source link

Flatten density randomly gets stuck sometimes #149

Closed adisidev closed 2 years ago

adisidev commented 2 years ago

Despite running the exact same command twice, flatten density seems to get stuck sometimes and work fine other times. I have not yet tested whether the branch where flatten density has been sped up still faces this issue!

adisidev commented 2 years ago

Apologies, this may have been due to some garbage values in some uninitialised variables that I was using.