[yt-svn] commit/yt: xarthisius: Merged in MatthewTurk/yt (pull request #1897)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Feb 9 09:01:25 PST 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/d47150dfbde6/
Changeset:   d47150dfbde6
Branch:      yt
User:        xarthisius
Date:        2016-02-09 17:01:15+00:00
Summary:     Merged in MatthewTurk/yt (pull request #1897)

Change _skip_cache to be True by default.
Affected #:  2 files

diff -r be66247e2a8a1454ad2e7c29ef3473bf17e39b6e -r d47150dfbde64f0262903d954fc90f87ce95ca39 yt/config.py
--- a/yt/config.py
+++ b/yt/config.py
@@ -39,7 +39,7 @@
     storeparameterfiles = 'False',
     parameterfilestore = 'parameter_files.csv',
     maximumstoreddatasets = '500',
-    skip_dataset_cache = 'False',
+    skip_dataset_cache = 'True',
     loadfieldplugins = 'True',
     pluginfilename = 'my_plugins.py',
     parallel_traceback = 'False',

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