Open Issues Need Help
View All on GitHub Memory and recursion depth limitations about 2 months ago
AI Summary: The user encountered Python recursion depth limits and Eclipse memory issues when their model exceeded 1000 steps during test generation. They resolved both by increasing Python's recursion limit and extending Eclipse's memory allocation from 512MB to 1024MB, suggesting these changes be incorporated into the main codebase.
Complexity:
2/5
enhancement help wanted