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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 22 07:58:57 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/d20291672c68/
Changeset:   d20291672c68
Branch:      yt
User:        MatthewTurk
Date:        2014-09-16 19:59:07+00:00
Summary:     We pop out the fields we get exceptions from.
Affected #:  1 file

diff -r 66bbf028d950fca7b523c06712c4f155bfbc15a4 -r d20291672c680972e145981244063112f827e368 yt/fields/field_info_container.py
--- a/yt/fields/field_info_container.py
+++ b/yt/fields/field_info_container.py
@@ -314,6 +314,7 @@
                 if type(e) != YTFieldNotFound:
                     mylog.debug("Raises %s during field %s detection.",
                                 str(type(e)), field)
+                self.pop(field)
                 continue
             # This next bit checks that we can't somehow generate everything.
             # We also manually update the 'requested' attribute


https://bitbucket.org/yt_analysis/yt/commits/ea3ba359275a/
Changeset:   ea3ba359275a
Branch:      yt
User:        brittonsmith
Date:        2014-09-22 14:58:46+00:00
Summary:     Merged in MatthewTurk/yt (pull request #1210)

[BUGFIX] We pop out the fields we get exceptions from.
Affected #:  1 file

diff -r d596ad6eafb7a3f32ed448f66aaa633aae216520 -r ea3ba359275aadaa72aeb5543bef652a6e364b16 yt/fields/field_info_container.py
--- a/yt/fields/field_info_container.py
+++ b/yt/fields/field_info_container.py
@@ -314,6 +314,7 @@
                 if type(e) != YTFieldNotFound:
                     mylog.debug("Raises %s during field %s detection.",
                                 str(type(e)), field)
+                self.pop(field)
                 continue
             # This next bit checks that we can't somehow generate everything.
             # We also manually update the 'requested' attribute

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