[yt-svn] commit/yt: ngoldbaum: Use a data source of comparable size to the galaxy in find_clumps.py

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jul 27 21:26:34 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/f07114de881b/
Changeset:   f07114de881b
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-07-28 06:22:03
Summary:     Use a data source of comparable size to the galaxy in find_clumps.py
Affected #:  1 file

diff -r a9d2f11690ed2d212d498a769733158fb893ceab -r f07114de881b9252ef5b748e9f721a5ddc60dc14 doc/source/cookbook/find_clumps.py
--- a/doc/source/cookbook/find_clumps.py
+++ b/doc/source/cookbook/find_clumps.py
@@ -6,7 +6,7 @@
 ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
 
 data_source = ds.disk([0.5, 0.5, 0.5], [0., 0., 1.], 
-                      (1, 'kpc'), (1, 'kpc'))
+                      (8, 'kpc'), (1, 'kpc'))
 
 # the field to be used for contouring
 field = ("gas", "density")

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