Skip to content

Avoid memory errors on testsuite execution

Dummy 2D controller generates an array of zeros (1024x1024) for each axis, many axes may increase the VM memory consumption of testsuite and this apparently causes OSError: [Errno 12] Cannot allocate memory on the os.fork() call. Avoid this by just creating one axis of dummy 2D.

Fixes #1067 (closed).

Merge request reports