[yt-svn] commit/yt: MatthewTurk: Quick fix for Enzo data_structures.py syntax error

Bitbucket commits-noreply at bitbucket.org
Fri Feb 1 09:25:34 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/100c55efbac2/
changeset:   100c55efbac2
branch:      yt
user:        MatthewTurk
date:        2013-02-01 18:25:24
summary:     Quick fix for Enzo data_structures.py syntax error
affected #:  1 file

diff -r d7b721d8320ddd4d0c7df7fe98d5c0e231016eff -r 100c55efbac229d8b970e89f157bb52bfb1f71a8 yt/frontends/enzo/data_structures.py
--- a/yt/frontends/enzo/data_structures.py
+++ b/yt/frontends/enzo/data_structures.py
@@ -819,7 +819,7 @@
         for k, v in data_label_factors.items():
             self.conversion_factors[data_labels[k]] = v
         self.refine_by = self.parameters["RefineBy"]
-        self.periodicity = ensure_tuple(self.parameters["LeftFaceBoundaryCondition"] == 3))
+        self.periodicity = ensure_tuple(self.parameters["LeftFaceBoundaryCondition"] == 3)
         self.dimensionality = self.parameters["TopGridRank"]
         if self.dimensionality > 1:
             self.domain_dimensions = self.parameters["TopGridDimensions"]

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