dedemii / KDDCup2021-CityBrainChallenge-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CityBrainChallenge-starter-kit

FAQ

IndexError: basic_string::at: __n (which is 18446744073709551615) >= this->size() (which is 2)

If your operating system is Windows and you have set git config --global core.autocrlf true , when you clone this repo, git will automatically add CR to cfg/simulator.cfg. This will lead to the error in Linux of the docker container.

So please change cfg/simulator.cfg from CRLF to LF after cloning this repo.

About


Languages

Language:Python 60.3%Language:JavaScript 38.1%Language:HTML 1.6%