[yt-svn] commit/yt: xarthisius: Remove 'velocity_divergence' since it does not work with non periodic datasets at moment

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jun 19 08:23:19 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/191ae91b5d90/
Changeset:   191ae91b5d90
Branch:      yt-3.0
User:        xarthisius
Date:        2014-06-19 17:07:34
Summary:     Remove 'velocity_divergence' since it does not work with non periodic datasets at moment
Affected #:  1 file

diff -r 5088ddc41bd7c54f01f22aa5a0c217728268dbe0 -r 191ae91b5d908beb9156652b4e81fd68ea26f588 yt/frontends/flash/tests/test_outputs.py
--- a/yt/frontends/flash/tests/test_outputs.py
+++ b/yt/frontends/flash/tests/test_outputs.py
@@ -21,7 +21,7 @@
     data_dir_load
 from yt.frontends.flash.api import FLASHDataset
 
-_fields = ("temperature", "density", "velocity_magnitude", "velocity_divergence")
+_fields = ("temperature", "density", "velocity_magnitude")
 
 sloshing = "GasSloshingLowRes/sloshing_low_res_hdf5_plt_cnt_0300"
 @requires_pf(sloshing, big_data=True)

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