Advertisement
Guest User

deposited HI_Density error

a guest
Jul 11th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "Fields_arbitrary.py", line 44, in <module>
  3. print(obj["deposit", "HI_Density"])
  4. File "/opt/apps/yt/yt-x86_64/src/yt-hg/yt/data_objects/data_containers.py", line 246, in __getitem__
  5. f = self._determine_fields([key])[0]
  6. File "/opt/apps/yt/yt-x86_64/src/yt-hg/yt/data_objects/data_containers.py", line 515, in _determine_fields
  7. finfo = self.ds._get_field_info(ftype, fname)
  8. File "/opt/apps/yt/yt-x86_64/src/yt-hg/yt/data_objects/static_output.py", line 543, in _get_field_info
  9. raise YTFieldNotFound((ftype, fname), self)
  10. yt.utilities.exceptions.YTFieldNotFound: Could not find field '('deposit', 'HI_Density')' in RedshiftOutput0037.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement