Is there a way to stop the generate.py to generate too many temporary files? This can be an issue because it is quickly eating up memory in the /tmp directory. Thanks!
Hey @vanh17 , that's a good question.
I think the temporary files might mostly be generated here.
The temporary file can probably be deleted at the end of the enclosing function, might be try this as a quick hack?
If you want better simplification models, you can also use the latest MUSS.
Is there a way to stop the generate.py to generate too many temporary files? This can be an issue because it is quickly eating up memory in the /tmp directory. Thanks!