diff options
Diffstat (limited to 'numpy/lib/machar.py')
-rw-r--r-- | numpy/lib/machar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/machar.py b/numpy/lib/machar.py index 55659dbaa..894623e82 100644 --- a/numpy/lib/machar.py +++ b/numpy/lib/machar.py @@ -126,7 +126,7 @@ class MachAr(object): # Prevent infinite loop on PPC with gcc 4.0: if negep < 0: raise RuntimeError, "could not determine machine tolerance " \ - "for 'negep'" + "for 'negep', locals() -> %s" % (locals()) negep = -negep epsneg = a |