[yt-svn] commit/yt: ejtasker: Matt's fix for pickling a boolean

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Mar 5 06:13:21 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/f719451fc81f/
changeset:   f719451fc81f
branch:      yt
user:        ejtasker
date:        2013-03-05 15:10:49
summary:     Matt's fix for pickling a boolean
affected #:  1 file

diff -r 0be45301e0ebc6455e9ca5162cf2ee99d7f78b8c -r f719451fc81f06aa9bc2eee8764187712768cf58 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -4036,7 +4036,7 @@
         sp1, ")"])
     """
     _type_name = "boolean"
-    _con_args = ("regions")
+    _con_args = ("regions",)
     def __init__(self, regions, fields = None, pf = None, **kwargs):
         # Center is meaningless, but we'll define it all the same.
         AMR3DData.__init__(self, [0.5]*3, fields, pf, **kwargs)

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