-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I am trying etc/plot.py to extract ExaEpi results. I have update AMReX, ExaEpi, and installed yt from source. But I still get the error:
(pyamrex) [hvandam@lpo-170127 plt00000]$ python ../../../etc/plot.py .
yt : [INFO ] 2023-12-15 13:37:25,009 Parameters: current_time = 0.0
yt : [INFO ] 2023-12-15 13:37:25,009 Parameters: domain_dimensions = [150 149 1]
yt : [INFO ] 2023-12-15 13:37:25,009 Parameters: domain_left_edge = [0. 0. 0.]
yt : [INFO ] 2023-12-15 13:37:25,009 Parameters: domain_right_edge = [1. 1. 1.]
Traceback (most recent call last):
File "/home/hvandam/Documents/AMReX/ExaEpi/examples/test-pbar+1/plt00000/../../../etc/plot.py", line 10, in <module>
ad = ds.all_data()
^^^^^^^^^^^^^
File "/home/hvandam/pyamrex/lib64/python3.11/site-packages/yt/data_objects/static_output.py", line 1194, in all_data
self.index
File "/home/hvandam/pyamrex/lib64/python3.11/site-packages/yt/data_objects/static_output.py", line 606, in index
self._instantiated_index = self._index_class(
^^^^^^^^^^^^^^^^^^
File "/home/hvandam/pyamrex/lib64/python3.11/site-packages/yt/frontends/boxlib/data_structures.py", line 926, in __init__
super().__init__(ds, dataset_type)
File "/home/hvandam/pyamrex/lib64/python3.11/site-packages/yt/frontends/boxlib/data_structures.py", line 345, in __init__
GridIndex.__init__(self, ds, dataset_type)
File "/home/hvandam/pyamrex/lib64/python3.11/site-packages/yt/geometry/geometry_handler.py", line 42, in __init__
self._setup_data_io()
File "/home/hvandam/pyamrex/lib64/python3.11/site-packages/yt/frontends/boxlib/data_structures.py", line 568, in _setup_data_io
self.io = io_registry[self.dataset_type](self.dataset)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'boxlib_native'
(pyamrex) [hvandam@lpo-170127 plt00000]$
As far as I can see boxlib is much more common that boxlib_native but I don't know enough about the details to be able to judge how similar these keys are.
Metadata
Metadata
Assignees
Labels
No labels