[yt-svn] commit/yt: jwise77: Merged in ngoldbaum/yt (pull request #934)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jun 6 09:02:22 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/a2bb30be115a/
Changeset:   a2bb30be115a
Branch:      yt
User:        jwise77
Date:        2014-06-06 18:02:14
Summary:     Merged in ngoldbaum/yt (pull request #934)

Fixing a logic error in the eps writer.
Affected #:  1 file

diff -r 320eea1e3d72dcb96663329f2a083a04fc146dc9 -r a2bb30be115a78c61307ee526788668684127726 yt/visualization/eps_writer.py
--- a/yt/visualization/eps_writer.py
+++ b/yt/visualization/eps_writer.py
@@ -289,7 +289,7 @@
         """
         if isinstance(plot, (PlotWindow, PhasePlot)):
             plot.refresh()
-        elif isinstance(plot, (VMPlot, PlotWindow)):
+        if isinstance(plot, (VMPlot, PlotWindow)):
             if isinstance(plot, PlotWindow):
                 data = plot._frb
                 width = plot.width[0]

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