[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Aug 16 04:08:23 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/412affc952f6/
Changeset:   412affc952f6
User:        Corentin Cadiou
Date:        2017-08-16 10:38:36+00:00
Summary:     fix mistake in backend name
Affected #:  1 file

diff -r 40d13762175a556a798a7bad1255fb7424c666f7 -r 412affc952f6696e0c63736a98d93fc9dc2669a0 yt/visualization/base_plot_types.py
--- a/yt/visualization/base_plot_types.py
+++ b/yt/visualization/base_plot_types.py
@@ -34,7 +34,7 @@
                'GTKCairo': ['backend_gtkcairo', 'FigureCanvasGTKCairo'],
                'MacOSX': ['backend_macosx', 'FigureCanvasMac', 'FigureManagerMac'],
                'Qt4Agg': ['backend_qt4agg', 'FigureCanvasQTAgg'],
-               'Qt5Agg': ['backend_gt5agg', 'FigureCanvasQTAgg'],
+               'Qt5Agg': ['backend_qt5agg', 'FigureCanvasQTAgg'],
                'TkAgg': ['backend_tkagg', 'FigureCanvasTkAgg'],
                'WX': ['backend_wx', 'FigureCanvasWx'],
                'WXAgg': ['backend_wxagg', 'FigureCanvasWxAgg'],


https://bitbucket.org/yt_analysis/yt/commits/1d3486a45452/
Changeset:   1d3486a45452
User:        MatthewTurk
Date:        2017-08-16 11:07:51+00:00
Summary:     Merge pull request #1540 from cphyc/bugfix/backend-mispelled

Fix mispelling in Qt5 backend name
Affected #:  1 file

diff -r c4910c12f630d808ba44e5184d2184a38edb819b -r 1d3486a454521d5062615fbb2ec42d86a8d18a9d yt/visualization/base_plot_types.py
--- a/yt/visualization/base_plot_types.py
+++ b/yt/visualization/base_plot_types.py
@@ -34,7 +34,7 @@
                'GTKCairo': ['backend_gtkcairo', 'FigureCanvasGTKCairo'],
                'MacOSX': ['backend_macosx', 'FigureCanvasMac', 'FigureManagerMac'],
                'Qt4Agg': ['backend_qt4agg', 'FigureCanvasQTAgg'],
-               'Qt5Agg': ['backend_gt5agg', 'FigureCanvasQTAgg'],
+               'Qt5Agg': ['backend_qt5agg', 'FigureCanvasQTAgg'],
                'TkAgg': ['backend_tkagg', 'FigureCanvasTkAgg'],
                'WX': ['backend_wx', 'FigureCanvasWx'],
                'WXAgg': ['backend_wxagg', 'FigureCanvasWxAgg'],

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