-
Hi, I have built very heavy model (1,500 variables and more than 1GB assumption files) which is very similar amount of calculations in the real world. Also, I am trying to figure out issues of modelx and compare the results with other actuarial programs. First of all, I built model using vectorized approach for the purpose of speed up. Thankfully, It works well when I use the model with Spyder or ipython without export. But, what I don't understand is the model works well without export. so only stack overflow doesn't fully explain this... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What version of Python are you using? If the recursions in your model is too deep, then Python older than 3.11 may crash. |
Beta Was this translation helpful? Give feedback.
What version of Python are you using? If the recursions in your model is too deep, then Python older than 3.11 may crash.
3.11 and 3.12 and future versions of Python should work fine.