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

David Collins dcollins4096 at gmail.com
Mon Jul 27 12:39:00 PDT 2015


Thanks!  I've filed an issue about this.

d.

On Mon, Jul 27, 2015 at 3:22 PM, Nathan Goldbaum <nathan12343 at gmail.com>
wrote:

> That error is raised when we find a 1D Enzo 3 simulation with a nonzero
> Humber of active particles. I don't thinks hat test should have any active
> particles, so there must be something screwy with the code that gets the
> active particle count.
>
> Can you file an issue about this? It would help if you attach a dataset
> that triggers this behavior to the issue.
>
>
> On Monday, July 27, 2015, David Collins <dcollins4096 at gmail.com> wrote:
>
>> 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.
>>
>
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
>


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


More information about the yt-users mailing list