Skip to content

Fix world_shape default value

mhocke requested to merge world-shape-default into master

There was a contradiction between the docstring and the signature in robofish.io.File.

The docstring says the default is "rectangle", but the actual default was None. I changed the default to "rectangle". Otherwise a lot of existing code would need to be changed. (Currently the robofish.rl ci fails because of this.)

Merge request reports