Describe the bug
test_turtleagent_movement is broken on Linux since the turtle agent moves differently. @daniekpo has made a valiant effort to identify the issue.
It appears to be related somehow to the handling of floating point numbers and rounding between Linux and Windows.
The test has been marked as broken.
To Reproduce
Run test_turtleagent_movement. On Windows (the platform it was written on) the test passes; Linux fails.