[yt-svn] commit/yt: MatthewTurk: Fixing issue with the PannableMapServer accessing field_data instead of data.

Bitbucket commits-noreply at bitbucket.org
Sun Nov 13 13:33:19 PST 2011


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/e9d4dba7c151/
changeset:   e9d4dba7c151
branch:      yt
user:        MatthewTurk
date:        2011-11-13 22:32:56
summary:     Fixing issue with the PannableMapServer accessing field_data instead of data.
affected #:  1 file

diff -r 1985559446b075d29ffc4ceccdaad52567e1fd19 -r e9d4dba7c151996557b7c77a9d805d9ee863b365 yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -573,7 +573,7 @@
         else:
             p = pc.add_slice(opts.field, opts.axis)
         from yt.gui.reason.pannable_map import PannableMapServer
-        mapper = PannableMapServer(p.field_data, opts.field)
+        mapper = PannableMapServer(p.data, opts.field)
         import yt.utilities.bottle as bottle
         bottle.debug(True)
         if opts.host is not None:

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list