Re: [BangPypers] Exponential : warning overflow

2016-03-29 Thread Gora Mohanty
On 29 March 2016 at 17:14, Santosh Chiniwar wrote: > Dear BangPypers, > Please find my code and I get Overflow warning. I am unable to continue > further. Any support or help is appreciated. Somewhere you are getting too large a number for the range of type in the array that you are using: prob

[BangPypers] Exponential : warning overflow

2016-03-29 Thread Santosh Chiniwar
Dear BangPypers, Please find my code and I get Overflow warning. I am unable to continue further. Any support or help is appreciated. Thank you Python 3 Code #! /usr/local/bin/python3.4 """ Exponential Test Simulation """ import numpy as np import scipy as sp from scipy.integrate import ode