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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 17 14:18:53 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/db097c2981cd/
Changeset:   db097c2981cd
Branch:      yt
User:        ngoldbaum
Date:        2016-10-17 21:18:27+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2413)

make annotate_clear return self
Affected #:  1 file

diff -r ea9b5229177223a3a437915cf17b130cf2b4584a -r db097c2981cda61b07abbb087125bb03ea1006a4 yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -1027,6 +1027,7 @@
         else:
             del self._callbacks[index]
         self.setup_callbacks()
+        return self
 
     def run_callbacks(self):
         for f in self.fields:

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