[yt-svn] commit/yt-3.0: MatthewTurk: Fixing test failures, which I caused with my careless merge.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Oct 9 06:58:51 PDT 2013


1 new commit in yt-3.0:

https://bitbucket.org/yt_analysis/yt-3.0/commits/856787aaefed/
Changeset:   856787aaefed
Branch:      yt-3.0
User:        MatthewTurk
Date:        2013-10-09 15:58:44
Summary:     Fixing test failures, which I caused with my careless merge.
Affected #:  1 file

diff -r 90e60994750b95e412851f6174d3087a0377b5af -r 856787aaefed7251485a4401c42c30e7bec52968 yt/data_objects/tests/test_fields.py
--- a/yt/data_objects/tests/test_fields.py
+++ b/yt/data_objects/tests/test_fields.py
@@ -93,6 +93,9 @@
         if fname.startswith("CuttingPlane"): continue
         if fname.startswith("particle"): continue
         if fname.startswith("CIC"): continue
+        if field.startswith("BetaPar"): continue
+        if field.startswith("TBetaPar"): continue
+        if field.startswith("BetaPerp"): continue
         if fname.startswith("WeakLensingConvergence"): continue
         if fname.startswith("DensityPerturbation"): continue
         if fname.startswith("Matter_Density"): continue

Repository URL: https://bitbucket.org/yt_analysis/yt-3.0/

--

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