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
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