[yt-users] yt.extensions.EnzoSimulation gorne

Elizabeth Tasker taskere at mcmaster.ca
Fri Oct 29 08:16:24 PDT 2010


Hi,

Yt is denying the existence of "yt.extensions.EnzoSimulation ":

ImportError                               Traceback (most recent call last)

/home/taskere/yt/src/yt-hg/scripts/iyt in <module>()
      2
      3 from yt.mods import *
----> 4 import yt.extensions.EnzoSimulation as ES
      5
      6 ETot = []

ImportError: No module named EnzoSimulation


Did it change name? I want to iterate through all outputs:

es = ES.EnzoSimulation("SedovBlastAMR.enzo", initial_time=0.0, 
final_time=0.1)

for output in es.allOutputs
    # do barbaric calculations at all output times etc.


Thanks, Elizabeth



More information about the yt-users mailing list