PeterJCLaw / srcomp

Reliable software for running robotics competitions
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 1 forks source link

Make `ScoreArenaZonesData` a more useful type #28

Open PeterJCLaw opened 6 months ago

PeterJCLaw commented 6 months ago

It's almost certainly at least dict[int | str, object], even if we don't want to enforce more than that. The key here is a zone id, which I think is already well typed?

Mostly this would aid the scorer, though it may be easier for the scorer to work around this with generics.