Advertisement
Guest User

temperature error

a guest
Jul 11th, 2017
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Traceback (most recent call last):
  2. print(obj["temperature"])
  3. self.get_data(f)
  4. File "/opt/apps/yt/yt-x86_64/src/yt-hg/yt/data_objects/construction_data_containers.py", line 602, in get_data
  5. if len(fill) > 0: self._fill_fields(fill)
  6. File "/opt/apps/yt/yt-x86_64/src/yt-hg/yt/data_objects/construction_data_containers.py", line 787, in _fill_fields
  7. raise NotImplementedError
  8. NotImplementedError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement