I have a problem with Python. My question is not about any problem in writing code. I have a script that has been used many times before for my calculations and my published papers. It is MCMC or Markov Chain Montecarlo (EMCEE python package). For this, we should choose the number of steps. When I set it for example 500 steps, my code works well and after 7 minutes prints the results. But when I set its steps for 1000 or more, it never prints the results even if after 4 hours. and it should be considered 1000 steps is not very big. I used 90000 steps before with this code.
I use Windows 8.1, not Linux. Could it be the problem with my Windows or anything else? I really need to run again my script.
Thank you