[yt-svn] commit/yt: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Wed Dec 19 04:22:44 PST 2012


2 new commits in yt:


https://bitbucket.org/yt_analysis/yt/changeset/8372c2650bf3/
changeset:   8372c2650bf3
branch:      yt
user:        MatthewTurk
date:        2012-12-19 13:22:15
summary:     Updating to gold005
affected #:  1 file

diff -r 4174ccdee99da445bf1a92919a3ae41abab53b2f -r 8372c2650bf37db0132dcd61d27e372259833e8f yt/config.py
--- a/yt/config.py
+++ b/yt/config.py
@@ -62,7 +62,7 @@
     notebook_password = '',
     answer_testing_tolerance = '3',
     answer_testing_bitwise = 'False',
-    gold_standard_filename = 'gold004',
+    gold_standard_filename = 'gold005',
     local_standard_filename = 'local001',
     sketchfab_api_key = 'None'
     )



https://bitbucket.org/yt_analysis/yt/changeset/5c47f8a3f982/
changeset:   5c47f8a3f982
branch:      yt
user:        MatthewTurk
date:        2012-12-19 13:22:37
summary:     Merging
affected #:  1 file

diff -r 8372c2650bf37db0132dcd61d27e372259833e8f -r 5c47f8a3f9820c0ba71d53908c556803d12a47f9 yt/frontends/chombo/data_structures.py
--- a/yt/frontends/chombo/data_structures.py
+++ b/yt/frontends/chombo/data_structures.py
@@ -143,9 +143,6 @@
                     self.grid_particle_count[ind] += 1
                     self.grids[ind].NumberOfParticles += 1
 
-    def _initialize_data_storage(self):
-        pass
-
     def _detect_fields(self):
         ncomp = int(self._fhandle['/'].attrs['num_components'])
         self.field_list = [c[1] for c in self._fhandle['/'].attrs.items()[-ncomp:]]

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