Changeset 3509
- Timestamp:
- Aug 18, 2006, 5:32:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/caching/caching.py
r2043 r3509 1265 1265 except MemoryError: 1266 1266 msg = '****WARNING (caching.py): Could not pickle data for compression.' 1267 msg += ' Try using compression = False' 1268 raise MemoryError, msg 1267 msg += ' Try using compression = False.' 1268 msg += ' Note that nothing has been cached but I will continue anyway.' 1269 #raise MemoryError, msg 1270 print msg # As per ticket:40 1269 1271 else: 1270 1272 #Compressed pickling
Note: See TracChangeset
for help on using the changeset viewer.