diff --git a/gprMax/fractals.py b/gprMax/fractals.py index f9464e8e..ae7ed2f8 100644 --- a/gprMax/fractals.py +++ b/gprMax/fractals.py @@ -17,6 +17,7 @@ # along with gprMax. If not, see . import numpy as np +np.seterr(divide='raise') from gprMax.constants import floattype, complextype from gprMax.utilities import round_value