[yt-svn] commit/yt: samskillman: Changing the weight field from field to weight_field.

Bitbucket commits-noreply at bitbucket.org
Thu Nov 29 18:02:39 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/c7f2e2f38932/
changeset:   c7f2e2f38932
branch:      yt
user:        samskillman
date:        2012-11-30 03:02:09
summary:     Changing the weight field from field to weight_field.
affected #:  1 file

diff -r 17ae6611e6b07714e812d2e2be6b5954927be1fe -r c7f2e2f38932ff786dcd2be9326dbfb385f44de9 yt/utilities/answer_testing/framework.py
--- a/yt/utilities/answer_testing/framework.py
+++ b/yt/utilities/answer_testing/framework.py
@@ -386,7 +386,7 @@
         super(ProjectionValuesTest, self).__init__(pf_fn)
         self.axis = axis
         self.field = field
-        self.weight_field = field
+        self.weight_field = weight_field
         self.obj_type = obj_type
         self.decimals = decimals

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