[yt-dev] Issue #562: Reason Slices/Projections Broken (yt_analysis/yt)

Sam Skillman issues-reply at bitbucket.org
Wed May 8 10:02:12 PDT 2013


New issue 562: Reason Slices/Projections Broken
https://bitbucket.org/yt_analysis/yt/issue/562/reason-slices-projections-broken

Sam Skillman:

Currently reason slices/projections are broken, with the following traceback:

```
#!text

Traceback (most recent call last):
  File "/home/skillman/local/src/yt-hg/yt/gui/reason/basic_repl.py", line 91, in execute
    exec code in self.locals
  File "", line 1, in 
  File "/home/skillman/local/src/yt-hg/yt/gui/reason/widget_store.py", line 79, in create_slice
    pw = PWViewerExtJS(sl, (DLE[xax], DRE[xax], DLE[yax], DRE[yax]), setup = False)
  File "/home/skillman/local/src/yt-hg/yt/visualization/plot_window.py", line 561, in __init__
    self.setup_callbacks()
  File "/home/skillman/local/src/yt-hg/yt/visualization/plot_window.py", line 670, in setup_callbacks
    if self._plot_type.startswith('OffAxis'):
AttributeError: 'PWViewerExtJS' object has no attribute '_plot_type'
```

Responsible: samskillman



More information about the yt-dev mailing list