Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

Fix rlimits being set to floats (for Python 3.10)

uzuue requested to merge uzuue/mjtest:fix-resources into master

From what I can tell, rlimits must be integral values. In Python 3.10, floats are not converted any more, instead a ValueError is thrown, which breaks mjtest horribly.

Closes #11 (closed)

Edited by uzuue

Merge request reports