[yt-svn] commit/yt: ngoldbaum: Temporarily disabling _is_valid for the TIPSY frontend.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Apr 11 11:18:48 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/cc6b873a4471/
Changeset:   cc6b873a4471
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-04-11 20:18:14
Summary:     Temporarily disabling _is_valid for the TIPSY frontend.
Affected #:  1 file

diff -r 794b2beb2c48272fed16de10daa07975309b950f -r cc6b873a4471e049b6fef33146e92615c72f1243 yt/frontends/sph/data_structures.py
--- a/yt/frontends/sph/data_structures.py
+++ b/yt/frontends/sph/data_structures.py
@@ -563,6 +563,7 @@
 
     @classmethod
     def _is_valid(self, *args, **kwargs):
+        return False
         field_dtypes = kwargs.get("field_dtypes", {})
         return TipsyDataset._validate_header(args[0], field_dtypes)[0]

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