Fix world_shape default value
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.)