This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ac.james
Recipients ac.james, alexandre.vassalotti, georg.brandl
Date 2009-06-22.21:01:04
SpamBayes Score 0.000222272
Marked as misclassified No
Message-id <1245704467.18.0.148024461366.issue6290@psf.upfronthosting.co.za>
In-reply-to
Content
I have now pinpointed the error to a list of infinities (see attached).
When using pickle.py to read the cPickle'd data we get a different, and
more, informative error:
ValueError: invalid literal for float(): 1.#INF
History
Date User Action Args
2009-06-22 21:01:07ac.jamessetrecipients: + ac.james, georg.brandl, alexandre.vassalotti
2009-06-22 21:01:07ac.jamessetmessageid: <1245704467.18.0.148024461366.issue6290@psf.upfronthosting.co.za>
2009-06-22 21:01:05ac.jameslinkissue6290 messages
2009-06-22 21:01:04ac.jamescreate