Opened 19 years ago
Closed 19 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 )
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 19 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 19 years ago by
Status: | new → assigned |
---|
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Problem fixed in changeset:3509