[yt-svn] commit/yt: Davi... at gmail.com): removing an argument to __repr__ AMRBooleanRegionBase

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri May 17 19:09:41 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/3198255d44ea/
Changeset:   3198255d44ea
Branch:      yt
User:        Davi... at gmail.com)
Date:        2013-05-17 22:34:03
Summary:     removing an argument to __repr__ AMRBooleanRegionBase
Affected #:  1 file

diff -r 03c08d0a79ca8ee6acda5fb4565d4fa9ff5eb58f -r 3198255d44ea4b3e41f25deeb8ef2b85677e563c yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -4080,7 +4080,7 @@
             if region in ["OR", "AND", "NOT", "(", ")"]:
                 s += region
             else:
-                s += region.__repr__(clean = True)
+                s += region.__repr__()
             if i < (len(self.regions) - 1): s += ", "
         s += "]"
         return s

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