Opened 20 years ago

Last modified 19 years ago

#40 closed defect

cache exiting from a simulation — at Version 1

Reported by: duncan Owned by: ole
Priority: low Milestone: AnuGA ready for release
Component: Functionality and features Version: 1.0
Severity: normal Keywords: cache
Cc:

Description (last modified by duncan)

While running run_gippsland2.py (changeset:2150) I got the following error;

Traceback (most recent call last):
  File "I:\production\gippsland_2005\run_gippsland2.py", line 97, in ?

    ,verbose = False
  File "I:\inundation\caching\caching.py", line 359, in cache
    funcname, dependencies, compression)
  File "I:\inundation\caching\caching.py", line 1072, in save_results_
to_cache
    mysave(T,datafile,compression)  # Save data to cache
  File "I:\inundation\caching\caching.py", line 1268, in mysave
    raise MemoryError, msg
MemoryError: ****WARNING (caching.py): Could not pickle data for compr
ession. Try using compression = False

This should continue, without caching, rather than exiting. (But still give the warning)

Change History (1)

comment:1 Changed 20 years ago by duncan

Description: modified (diff)
Note: See TracTickets for help on using tickets.