[Yt-svn] yt: Fixing interpolated slices and projections

hg at spacepope.org hg at spacepope.org
Fri Oct 15 12:39:07 PDT 2010


hg Repository: yt
details:   yt/rev/dc6287c54c2e
changeset: 3442:dc6287c54c2e
user:      Matthew Turk <matthewturk at gmail.com>
date:
Fri Oct 15 12:38:37 2010 -0700
description:
Fixing interpolated slices and projections

diffstat:

 yt/visualization/plot_types.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 590305fb4a7d -r dc6287c54c2e yt/visualization/plot_types.py
--- a/yt/visualization/plot_types.py	Thu Oct 14 14:15:03 2010 -0700
+++ b/yt/visualization/plot_types.py	Fri Oct 15 12:38:37 2010 -0700
@@ -523,7 +523,7 @@
 
 class NNVMPlot:
     def _get_buff(self, width=None):
-        import delaunay as de
+        import yt.utilities.delaunay as de
         x0, x1 = self.xlim
         y0, y1 = self.ylim
         if width is None:



More information about the yt-svn mailing list