Skip to content

Fixed the bug appearing when there is only one cell for computation

Tara Evaz Zadeh requested to merge feature/fix-one-tile-calculation-bug into master

The input --cell-ids contains the unique IDs of the cells that the assets belong to. The program faced error when there was only one cell in this file.
It is now fixed by changing the way this input is read.
However, I plan to remove this input and create it automatically inside the program later.

\approve @fd @ds

Merge request reports