'Stop statsmodels.tsa.x13.x13_arima_analysis from creating temporary files

Im using package statsmodels in python. To be precise I am using the function statsmodels.tsa.x13.x13_arima_analysis(). When I use it, it creates a lot if temporary files in folder C:\Users\username\AppData\Local\Temp. I dont want it to create these files, how can i prevent this?

I know that the function has a log parameter and i have tried settign this equal to false without any success. Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source