Opened 18 years ago

Closed 18 years ago

#40 closed defect (fixed)

cache exiting from a simulation

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 (3)

comment:1 Changed 18 years ago by duncan

  • Description modified (diff)

comment:2 Changed 18 years ago by ole

  • Status changed from new to assigned

comment:3 Changed 18 years ago by ole

  • Resolution set to fixed
  • Status changed from assigned to closed

Problem fixed in changeset:3509

Note: See TracTickets for help on using tickets.