[sagemath] 07/09: Added a patch to silence a matplotlib doctest failure

Julien Puydt julien.puydt at laposte.net
Fri Mar 13 22:05:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository sagemath.

commit 7b03bd16c050030b6c2d7cd238598fea57a76099
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Mar 13 23:01:22 2015 +0100

    Added a patch to silence a matplotlib doctest failure
---
 debian/patches/silence_matplotlib_1_3_changes.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/silence_matplotlib_1_3_changes.patch b/debian/patches/silence_matplotlib_1_3_changes.patch
new file mode 100644
index 0000000..305f35d
--- /dev/null
+++ b/debian/patches/silence_matplotlib_1_3_changes.patch
@@ -0,0 +1,11 @@
+--- a/sage/src/sage/plot/graphics.py
++++ b/sage/src/sage/plot/graphics.py
+@@ -2108,7 +2108,7 @@
+             sage: subplot = Figure().add_subplot(111)
+             sage: p._objects[0]._render_on_subplot(subplot)
+             sage: p._matplotlib_tick_formatter(subplot, **d)
+-            (<matplotlib.axes.AxesSubplot object at ...>,
++            (<matplotlib.axes._subplots.AxesSubplot object at ...>,
+             <matplotlib.ticker.MaxNLocator object at ...>,
+             <matplotlib.ticker.MaxNLocator object at ...>,
+             <matplotlib.ticker.OldScalarFormatter object at ...>,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list