[yt-users] Clear memory?

Matthew Turk matthewturk at gmail.com
Thu Mar 24 07:58:08 PDT 2011


Hi Elizabeth,

There should be a check in the .yt and .harray files for the
modification time of the simulation using the CurrentTimeIdentifier.
But if you are running into issues, this should prevent all the .yt
and .harray files from being looked at:

from yt.config import ytcfg; ytcfg["yt","serialize"] = "False"

Note that this *must* go at the top of your script.

-Matt

On Thu, Mar 24, 2011 at 10:54 AM, Elizabeth Tasker <taskere at mcmaster.ca> wrote:
> Hi,
>
> Is there any way in yt to get a script to delete (or ignore) all the .yt and
> .harray files and clear its memory? I run into errors when I'm re-doing a
> plot or I've re-run the simulation and over-written the last data set I
> looked at with yt. I have to exit yt, delete the above files by hand and
> restart, which is a bit of a pain.
>
> Elizabeth
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>



More information about the yt-users mailing list