[yt-users] Not Implemented error on enzo3.0 1d sets

David Collins dcollins4096 at gmail.com
Mon Jul 27 12:06:55 PDT 2015


Hi, Everybody!

I have a dumb question.  I'm trying to plot a 1d Zeldovich Pancake with
enzo-3.0, and I keep getting "Not Implemented" errors when trying to access
data.  If I change Version in the parameter file from 2.2 to 2.4, it works
fine.  Is this a known bug, or am I doing something dumb?

I'm on yt changeset 60bd0bc6b0a9, a totally fresh install as per the
announcement.  I'm on the tip of enzo-3.0.  Below is what I do:

Thanks a ton!
d.

>>> ds=yt.load('DD0000/DD0000')
>>> ds.all_data()['density']

Parsing Hierarchy 100% |||||||||||||||||||||||||||||||||||||||||||||||||
Time: 00:00:00
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/data_objects/data_containers.py",
line 246, in __getitem__
    f = self._determine_fields([key])[0]
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/data_objects/data_containers.py",
line 518, in _determine_fields
    finfo = self.ds._get_field_info("unknown", fname)
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/data_objects/static_output.py",
line 505, in _get_field_info
    self.index
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/data_objects/static_output.py",
line 321, in index
    self, dataset_type=self.dataset_type)
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/frontends/enzo/data_structures.py",
line 217, in __init__
    GridIndex.__init__(self, ds, dataset_type)
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/geometry/geometry_handler.py",
line 57, in __init__
    self._setup_geometry()
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/geometry/grid_geometry_handler.py",
line 59, in _setup_geometry
    self._parse_index()
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/frontends/enzo/data_structures.py",
line 324, in _parse_index
    self._fill_arrays(ei, si, LE, RE, npart, nap)
  File
"/Users/dcollins/local-2015-07-27-yt3.2/src/yt-hg/yt/frontends/enzo/data_structures.py",
line 648, in _fill_arrays
    raise NotImplementedError
NotImplementedError


-- 
-- Sent from a computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20150727/9c22d8f5/attachment.htm>


More information about the yt-users mailing list