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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Sep 7 07:42:00 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/0a7bb6c378c5/
Changeset:   0a7bb6c378c5
Branch:      yt
User:        hyschive
Date:        2016-09-06 20:03:20+00:00
Summary:     Bugfix: _skeleton/fields.py
Affected #:  1 file

diff -r 58f60e6a6799a2ee44bd18ebd5619814307a4c99 -r 0a7bb6c378c52960a16e9212413b72c8bc9d4006 yt/frontends/_skeleton/fields.py
--- a/yt/frontends/_skeleton/fields.py
+++ b/yt/frontends/_skeleton/fields.py
@@ -42,5 +42,5 @@
         pass
 
     def setup_particle_fields(self, ptype):
+        super(SkeletonFieldInfo, self).setup_particle_fields(ptype)
         # This will get called for every particle type.
-        pass


https://bitbucket.org/yt_analysis/yt/commits/b5e56b85e6bb/
Changeset:   b5e56b85e6bb
Branch:      yt
User:        ngoldbaum
Date:        2016-09-07 14:41:32+00:00
Summary:     Merged in hyschive/yt-hyschive (pull request #2367)

Bugfix: _skeleton/fields.py
Affected #:  1 file

diff -r d1e06ae5932469a7907895d4e21efde80cec9c0a -r b5e56b85e6bb69e4357739cc9e62fb11061e96f1 yt/frontends/_skeleton/fields.py
--- a/yt/frontends/_skeleton/fields.py
+++ b/yt/frontends/_skeleton/fields.py
@@ -42,5 +42,5 @@
         pass
 
     def setup_particle_fields(self, ptype):
+        super(SkeletonFieldInfo, self).setup_particle_fields(ptype)
         # This will get called for every particle type.
-        pass

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