Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 152 forks source link

citytile of cell class not initialized. #145

Open SHJongsma opened 2 years ago

SHJongsma commented 2 years ago

The API documentation says for the cell: citytile: CityTile - the citytile that is on this Cell. Equal to none or null equivalents in other languages if there is no CityTile here.

However, for the C++ implementation, citytile is not initialized to: nullptr. Therefore, it is actually uninitialized; at least that is what my valgrind says.