Fatal Python error: Unprotected floating point exception

Hi Numpy people! My nice numpy code generates very few Inf numbers, wich destroy the results of my longer simulations. I was dreaming to have the processor raising an interruption and python caching it to locate and understand quickly why and how it is happening and correct the code. I currently use Python 1.5.2 with Numeric 11 on debian linux 2 . I made some very desappointing test with the module fpectl The last result I got is: Fatal Python error: Unprotected floating point exception Abort Do I have to understand that my Numpy is not compatible with fpectl? Any idea if a more up to date Numpy would be compatible? I find no info on: http://sourceforge.net/projects/numpy Thanks for your help. Jean-Bernard

To make numpy work with fpectl someone needs to add some macro calls to its source. This has not been done. Please visit sourceforge.net/projects/numpy and get a new release of Numpy. Perhaps that will correct your problem. -----Original Message----- From: numpy-discussion-admin@lists.sourceforge.net [mailto:numpy-discussion-admin@lists.sourceforge.net]On Behalf Of Jean-Bernard Addor Sent: Friday, November 17, 2000 5:57 PM To: numpy-discussion@lists.sourceforge.net Subject: [Numpy-discussion] Fatal Python error: Unprotected floating point exception Hi Numpy people! My nice numpy code generates very few Inf numbers, wich destroy the results of my longer simulations. I was dreaming to have the processor raising an interruption and python caching it to locate and understand quickly why and how it is happening and correct the code. I currently use Python 1.5.2 with Numeric 11 on debian linux 2 . I made some very desappointing test with the module fpectl The last result I got is: Fatal Python error: Unprotected floating point exception Abort Do I have to understand that my Numpy is not compatible with fpectl? Any idea if a more up to date Numpy would be compatible? I find no info on: http://sourceforge.net/projects/numpy Thanks for your help. Jean-Bernard _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/numpy-discussion

To make numpy work with fpectl someone needs to add some macro calls to its source. This has not been done. Please visit sourceforge.net/projects/numpy and get a new release of Numpy. Perhaps that will correct your problem. -----Original Message----- From: numpy-discussion-admin@lists.sourceforge.net [mailto:numpy-discussion-admin@lists.sourceforge.net]On Behalf Of Jean-Bernard Addor Sent: Friday, November 17, 2000 5:57 PM To: numpy-discussion@lists.sourceforge.net Subject: [Numpy-discussion] Fatal Python error: Unprotected floating point exception Hi Numpy people! My nice numpy code generates very few Inf numbers, wich destroy the results of my longer simulations. I was dreaming to have the processor raising an interruption and python caching it to locate and understand quickly why and how it is happening and correct the code. I currently use Python 1.5.2 with Numeric 11 on debian linux 2 . I made some very desappointing test with the module fpectl The last result I got is: Fatal Python error: Unprotected floating point exception Abort Do I have to understand that my Numpy is not compatible with fpectl? Any idea if a more up to date Numpy would be compatible? I find no info on: http://sourceforge.net/projects/numpy Thanks for your help. Jean-Bernard _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/numpy-discussion
participants (2)
-
Jean-Bernard Addor
-
Paul F. Dubois